forked from forks/go-ethereum
Since the block hash is not returned for pending blocks, ethclient cannot unmarshal into RPC block. This makes hash optional on rpc block and compute the hash locally for pending blocks to correctly key the tx sender cache.
|
||
|---|---|---|
| .. | ||
| gethclient | ||
| simulated | ||
| ethclient.go | ||
| ethclient_test.go | ||
| example_test.go | ||
| signer.go | ||
| types_test.go | ||