mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
These accessors were introduced by light client changes, but the only method that is actually used is GetNumberU64. This commit replaces all uses of .GetNumberU64 with .Number.Uint64. |
||
|---|---|---|
| .. | ||
| lightchain.go | ||
| lightchain_test.go | ||
| odr.go | ||
| odr_test.go | ||
| odr_util.go | ||
| state.go | ||
| state_object.go | ||
| state_test.go | ||
| trie.go | ||
| txpool.go | ||
| txpool_test.go | ||
| vm_env.go | ||