Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 30, 2024
1 parent 7c0c71d commit 1e2f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/v2/commitment/iavlv2/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (t *Tree) LoadVersion(version uint64) error {
}

func (t *Tree) LoadVersionForOverwriting(version uint64) error {
panic("unimplemented")
return t.LoadVersion(version) // TODO: implement overwriting
}

func (t *Tree) Commit() ([]byte, uint64, error) {
Expand Down

0 comments on commit 1e2f13f

Please sign in to comment.