Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed May 2, 2024
1 parent 4a8dbbb commit 65122f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func (p *Proposer) ProposeOp(ctx context.Context) error {
g, gCtx := errgroup.WithContext(ctx)
// Propose all L2 transactions lists.
for _, txs := range txLists[:utils.Min(p.MaxProposedTxListsPerEpoch, uint64(len(txLists)-1))] {

var nonce uint64
nonce, err = p.rpc.L1.PendingNonceAt(ctx, p.proposerAddress)
if err != nil {
Expand Down

0 comments on commit 65122f9

Please sign in to comment.