The existsInTransactionPool function should accept id of the transaction to search as a parameter, and search the transaction pool if the transaction with the corresponding id exists in the transaction pool.
Actual behavior
The function accepts the transaction object as the function parameter instead of relying on only the id of the transaction.
Which version(s) does this affect? (Environment, OS, etc...)
Expected behavior
The existsInTransactionPool function should accept
id
of the transaction to search as a parameter, and search the transaction pool if the transaction with the corresponding id exists in the transaction pool.Actual behavior
The function accepts the transaction object as the function parameter instead of relying on only the id of the transaction.
Which version(s) does this affect? (Environment, OS, etc...)
release/2.1.0