plugeth/ethclient
Dmitry Shulyak 15f24ff189 ethclient: ensure tx json is not nil before accessing it (#19653)
TransactionInBlock crashed if json was nil and there was an error
because it tried to access fields `From` and `BlockHash` of the nil object.
2019-06-03 17:52:02 +02:00
..
ethclient_test.go ethclient: ensure tx json is not nil before accessing it (#19653) 2019-06-03 17:52:02 +02:00
ethclient.go ethclient: ensure tx json is not nil before accessing it (#19653) 2019-06-03 17:52:02 +02:00
signer.go ethclient, mobile: add TransactionSender (#15127) 2017-10-01 11:03:28 +02:00