mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
trie: minor code formatting fix
This commit is contained in:
parent
45d909b471
commit
298efe9c4b
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ func (t *Trie) Prove(key []byte, fromLevel uint, proofDb ethdb.Putter) error {
|
|||
}
|
||||
hasher := newHasher(0, 0, nil)
|
||||
defer returnHasherToPool(hasher)
|
||||
|
||||
for i, n := range nodes {
|
||||
// Don't bother checking for errors here since hasher panics
|
||||
// if encoding doesn't work and we're not writing to any database.
|
||||
|
|
|
|||
Loading…
Reference in a new issue