Skip to content

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 19, 2024
1 parent 4f5c3d8 commit 2379d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion store/v2/commitment/iavl/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,6 @@ func (t *IavlTree) Import(version uint64) (commitment.Importer, error) {

// Close closes the iavl tree.
func (t *IavlTree) Close() error {
return t.tree.Close()
return nil
// return t.tree.Close()
}

0 comments on commit 2379d4b

Please sign in to comment.