fix(store/v2): clean up resources after the migration is completed (#19800)

This commit is contained in:
cool-developer
2024-03-21 12:12:56 +00:00
committed by GitHub
parent 9933a444c4
commit 8b4081f8bb
4 changed files with 42 additions and 17 deletions
+1 -1
View File
@@ -131,5 +131,5 @@ func (t *IavlTree) Import(version uint64) (commitment.Importer, error) {
// Close closes the iavl tree.
func (t *IavlTree) Close() error {
return nil
return t.tree.Close()
}