Apply suggestion from @jwasinger

This commit is contained in:
jwasinger 2026-06-22 09:22:21 -04:00 committed by GitHub
parent 381cc24b34
commit 42dc1a7003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,