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

OutTransfer transaction should not fail if transaction with id provided in property "transactionId" already exists in the database #1219

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

Expected behavior

The OutTransfer transactions in the testnet should be processable.

Actual behavior

The OutTransfer transaction with id: 7297225435992500205 fails on verification with the error:

[{"id":"7297225435992500205","status":0,"errors":[{"jse_shortmsg":"Transaction 13227044664082109069 is already processed.","jse_info":{},"message":"Transaction 13227044664082109069 is already processed.","name":"TransactionError","id":"7297225435992500205","dataPath":""}]}]

Steps to reproduce

Sync with testnet

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

release/2.1.0