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

Update existsInTransactionPool function parameters and use id instead of transaction object #1191

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

The existsInTransactionPool parameter was the transaction object, instead, it should have been transaction id.

How did I fix it?

Updated the existsInTransactionPool parameter, and used id as the parameter instead.

How to test it?

Run tests

Review checklist