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

Recipient account should be created in case it does not exist for OutTransfer transaction #1224

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

OutTransfer transaction did not create a default account for recipient in case it did not exist.

How did I fix it?

Created default account for recipient account in case it did not exist.

How to test it?

Run the tests.

Review checklist