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

null recipientPublicKey should not fail validation - Closes #1142 #1143

Closed pablitovicente closed 5 years ago

pablitovicente commented 5 years ago

What was the problem?

null recipientPublicKey was failing validation

How did I fix it?

by setting recipientPublicKey to empty string if null

How to test it?

Review checklist