mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Apply suggestion from @jwasinger
This commit is contained in:
parent
381cc24b34
commit
42dc1a7003
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ type Trie interface {
|
|||
// in the trie with provided address.
|
||||
UpdateAccount(address common.Address, account *types.StateAccount, codeLen int) error
|
||||
|
||||
// UpdateAccountBatch attempts to update a list accounts in the batch manner.
|
||||
// UpdateAccountBatch attempts to update a list of accounts in the batch manner.
|
||||
UpdateAccountBatch(addresses []common.Address, accounts []*types.StateAccount, codeLengths []int) error
|
||||
|
||||
// UpdateStorage associates key with value in the trie. If value has length zero,
|
||||
|
|
|
|||
Loading…
Reference in a new issue