LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Fix to slice bytes exceeds uint64 for recipientId #1205

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

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