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

Remove constraint of generation of outTransfer transaction from dapp owner accounts #1228

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

Expected behavior

For OutTransfer transaction, the transaction which is specified in the dappId should be a dapp registeration transaction, irrespective of whether the sender of out transfer transaction is the creator of the transaction specified in the dappID.

Actual behavior

OutTransfer transaction implementation checks whether dappId creator is the creator of the outtransfer transaction, which is not the current behaviour of lisk-core and it fails when syncing with testnet.

Steps to reproduce

Sync against testnet.

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

SargeKhan commented 5 years ago

Duplicate issue, closing it