Skip to content

Commit

Permalink
chore: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Mar 14, 2022
1 parent 68af423 commit 2f25c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/trie/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func (t *Trie) load(db chaindb.Database, n Node) error {
// node has already been loaded inline
continue
}

encodedNode, err := db.Get(hash)
if err != nil {
return fmt.Errorf("cannot find child node key 0x%x in database: %w", hash, err)
Expand Down

0 comments on commit 2f25c89

Please sign in to comment.