Skip to content

Commit

Permalink
fix: reduce the PR footprint (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Aug 1, 2023
1 parent 8093db7 commit fbe9fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/state_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func (s *stateObject) updateTrie(db Database) Trie {
if len(s.pendingStorage) > 0 {
s.pendingStorage = make(Storage)
}
return s.trie
return tr
}

// UpdateRoot sets the trie root to the current root hash of
Expand Down

0 comments on commit fbe9fa0

Please sign in to comment.