Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jan 21, 2025
1 parent f0ee886 commit 64e7be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sync/sync_head_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,5 @@ func (t *wrappedGetter) GetRangeByHeight(
from *headertest.DummyHeader,
to uint64,
) ([]*headertest.DummyHeader, error) {
// TODO implement me
panic("implement me")
return t.ex.GetRangeByHeight(ctx, from, to)
}

0 comments on commit 64e7be5

Please sign in to comment.