fix(store/v2): clean up resources after the migration is completed (#19800)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user