mirror of https://github.com/ethereum/go-ethereum
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.pull/14650/merge
parent
693d9ccbfb
commit
60e27b51bc
Loading…
Reference in new issue