Skip to content

Commit

Permalink
fix: use defaults in opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Jul 19, 2024
1 parent ea2a59e commit dce62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/pkg/preconfirmation/tracker/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (t *Tracker) handleNewL1Block(
// for bidder to open is only in cases of slashes as he will get refund. Only one
// of bidder or provider should open the commitment as 1 of the txns would
// fail. This delay is to ensure this.
t.logger.Info("bidder detected, processing block 2 behind the current one")
t.logger.Info("bidder detected, processing 2 blocks behind the current one")
t.winners[newL1Block.BlockNumber.Int64()] = newL1Block
pastBlock, ok := t.winners[newL1Block.BlockNumber.Int64()-2]
if !ok {
Expand Down

0 comments on commit dce62f3

Please sign in to comment.