All these cases here are actually errors and returning `nil` makes this hard to debug. We likely returned nil in the past to be "best effort" but, as far as I can tell, we should only hit these error cases if something is actually wrong. part of #11325 |
||
|---|---|---|
| .. | ||
| chain.go | ||
| dummy.go | ||
| eth_event.go | ||
| eth_test.go | ||
| eth_trace.go | ||
| eth_utils.go | ||
| eth.go | ||
| gas_test.go | ||
| gas.go | ||
| mpool.go | ||
| multisig.go | ||
| raft.go | ||
| state.go | ||
| sync.go | ||
| txhashmanager.go | ||
| wallet.go | ||