Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 30, 2024
1 parent 91128cd commit deeb32d
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 {
return fmt.Errorf("not yet supported")
return t.LoadVersion(version) // TODO: implement overwriting
}

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

0 comments on commit deeb32d

Please sign in to comment.