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 |