mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Apply suggestion from @jwasinger
This commit is contained in:
parent
42dc1a7003
commit
35d304f9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ type Trie interface {
|
||||||
// database, a trie.MissingNodeError is returned.
|
// database, a trie.MissingNodeError is returned.
|
||||||
UpdateStorage(addr common.Address, key, value []byte) error
|
UpdateStorage(addr common.Address, key, value []byte) error
|
||||||
|
|
||||||
// UpdateStorageBatch attempts to update a list storages in the batch manner.
|
// UpdateStorageBatch attempts to update a list of storages in the batch manner.
|
||||||
UpdateStorageBatch(_ common.Address, keys [][]byte, values [][]byte) error
|
UpdateStorageBatch(_ common.Address, keys [][]byte, values [][]byte) error
|
||||||
|
|
||||||
// DeleteAccount abstracts an account deletion from the trie.
|
// DeleteAccount abstracts an account deletion from the trie.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue