mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete instead. The update operation simply deletes the corresponding entry, though it could retrieve later by odr. However, it adds further network overhead. |
||
|---|---|---|
| .. | ||
| lightchain.go | ||
| lightchain_test.go | ||
| nodeset.go | ||
| odr.go | ||
| odr_test.go | ||
| odr_util.go | ||
| postprocess.go | ||
| trie.go | ||
| trie_test.go | ||
| txpool.go | ||
| txpool_test.go | ||