⚙️ Library for sending Lisk transactions from the client or server
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 - Closes 1219 #1221
Closed
SargeKhan closed 5 years ago
What was the problem?
The OutTransfer transaction failed when asset.outTransfer.transactionId provided already existed in the database
How did I fix it?
Removed the verification of transaction id provided in the asset field.
How to test it?
Run the tests
Review checklist