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

Add publicKey in base transaction - Closes #1099 #1101

Closed mitsuaki-u closed 5 years ago

mitsuaki-u commented 5 years ago

What was the problem?

In case of defaulting to new account via getOrDefault, base transactions needs to set publicKey for the sender.

How did I fix it?

Add publicKey to sender state in apply and undo.

How to test it?

npm test

Review checklist