Closed shuse2 closed 5 years ago
In the current protocol, recipientID exceeding uint64 should be slice to take only first 8 bytes.
slice the result to take first 8 bytes
npm t
What was the problem?
In the current protocol, recipientID exceeding uint64 should be slice to take only first 8 bytes.
How did I fix it?
slice the result to take first 8 bytes
How to test it?
npm t
Review checklist