go-ethereum/ethclient
Jim McDonald 5a9891bab8 Fix TransactionByHash()'s pending return value.
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.
2017-06-20 16:25:04 +01:00
..
ethclient.go Fix TransactionByHash()'s pending return value. 2017-06-20 16:25:04 +01:00
ethclient_test.go ethclient, ethereum: add NotFound, split transactions out of ChainReader 2016-12-05 10:57:11 +01:00