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

lisk-transaction:validation:schema senderId, recipientId are not required and senderSecondPublicKey is an invalid property - Closes #1121 #1123

Closed pablitovicente closed 5 years ago

pablitovicente commented 5 years ago

What was the problem?

Schema validation was expecting recipentId, SenderId and validating secondPublicKey which were invalid

How did I fix it?

Removing said fields from schema

How to test it?

Review checklist