We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61055 commit 245982dCopy full SHA for 245982d
iavl/commit_tree.go
@@ -79,7 +79,7 @@ func (c *CommitTree) workingHash() []byte {
79
}
80
81
root := c.root.mem.Load()
82
- if root != nil {
+ if root != nil && root.hash != nil {
83
// already computed working hash
84
return root.hash
85
0 commit comments