mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
address review
This commit is contained in:
parent
0d78087e88
commit
3c515f5c29
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ func updateTrie(addrHash common.Hash, root common.Hash, dirties, cleans map[comm
|
|||
h.Update(key.Bytes(), val)
|
||||
}
|
||||
}
|
||||
root, nodes := h.Commit(false)
|
||||
return root, nodes
|
||||
return h.Commit(false)
|
||||
}
|
||||
|
||||
func generateAccount(storageRoot common.Hash) types.StateAccount {
|
||||
|
|
|
|||
Loading…
Reference in a new issue