good morning!!!!

Skip to content
Snippets Groups Projects
Commit 60e27b51 authored by Jim McDonald's avatar Jim McDonald Committed by Felix Lange
Browse files

ethclient: fix TransactionByHash pending return value. (#14663)

As per #14661 TransactionByHash always returns false for pending.
This uses blockNumber rather than blockHash to ensure that it returns
the correct value for pending and will not suffer side-effects if
eth_getTransactionByHash is fixed in future.
parent 693d9ccb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment