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 #1222

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

Expected behavior

Application should create a new account for recipient id if it does not exist in the database.

Actual behavior

Application failed out transfer transaction which does not have an existing recipient in the database.

Which version(s) does this affect? (Environment, OS, etc...)

Release/2.1.0

shuse2 commented 5 years ago

duplicate of #1220