You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns *iavl.Mutable https://pkg.go.dev/github.com/cosmos/iavl#MutableTree which doesn't have a way to close the database, but this exhibits an API limitation that .MutableTree needs to return a way to close databases or better, perhaps ReadTree should just take in a database.
The text was updated successfully, but these errors were encountered:
Noticed while I was working on some potential improvements for iavl/cmd/iaviewer that ReadTree whose code looks like this
iavl/cmd/iaviewer/main.go
Lines 120 to 136 in 172c349
The text was updated successfully, but these errors were encountered: