Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Jan 9, 2024
1 parent f418034 commit 91883f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func NewRelayer(
}

if shouldProcessMissedBlocks {
// If StartBlockHeight is not set in the config, then we process from height 0
// If StartBlockHeight is not set in the config, then we default to 0
startHeight := big.NewInt(0).SetUint64(sourceSubnetInfo.StartBlockHeight)
err = r.processMissedBlocks(sub, startHeight)
if err != nil {
Expand Down

0 comments on commit 91883f8

Please sign in to comment.