Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jun 15, 2023
1 parent 95b714f commit c883d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memiavl/multitree.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ func (t *MultiTree) ApplyChangeSet(changeSets []*NamedChangeSet, updateCommitInf
var hash []byte
if updateCommitInfo {
hash = t.UpdateCommitInfo()
} else {
t.lastCommitInfo.StoreInfos = []storetypes.StoreInfo{}
}

return hash, version, nil
Expand Down

0 comments on commit c883d9c

Please sign in to comment.