Skip to content

Commit

Permalink
chore: udpate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed May 31, 2024
1 parent 5453ee2 commit 4950bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/relayer/protocol/block_heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func GetEarliestCreateClaimHeight(ctx context.Context, createClaimWindowStartBlo
rngSeed, _ := binary.Varint(createClaimWindowStartBlockHash)
randomNumber := rand.NewSource(rngSeed).Int63()

// TODO_BLOCKER: query the on-chain governance parameter once available.
// TODO_BLOCKER(#402): query the on-chain governance parameter once available.
// randCreateClaimHeightOffset := randomNumber % (claimproofparams.GovCreateClaimIntervalBlocks - claimproofparams.GovCreateClaimWindowBlocks - 1)
_ = randomNumber
randCreateClaimHeightOffset := int64(0)
Expand Down

0 comments on commit 4950bae

Please sign in to comment.