good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit d136e985 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

trie: go fmt package

parent 91c66d47
No related branches found
No related tags found
Loading
......@@ -67,7 +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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment