Skip to content

Commit

Permalink
chore: remove irrelavent commant
Browse files Browse the repository at this point in the history
  • Loading branch information
Teja2045 committed Sep 19, 2024
1 parent 80ecfc7 commit 75962bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keeper/vote_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (h *VoteExtHandler) ExtendVoteHandler() sdk.ExtendVoteHandler {
return abciResponseVoteExt, nil
}

ok, err := h.Keeper.relayer.IsDataAvailable(ctx, from, end, availHeight) // TODO: read light client url from config
ok, err := h.Keeper.relayer.IsDataAvailable(ctx, from, end, availHeight)
if ok {
h.logger.Info("submitted data to Avail verified successfully at",
"block_height", availHeight,
Expand Down

0 comments on commit 75962bf

Please sign in to comment.