Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 24, 2024
1 parent e3dd381 commit 2fe360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (p *Proposer) ProposeTxLists(ctx context.Context, txLists []types.Transacti
log.Error("Failed to wait for new pending transaction", "error", err)
}
if !p.chainConfig.IsOntake(new(big.Int).Add(new(big.Int).SetUint64(state.B.NumBlocks), big.NewInt(1))) {
for i := 0; i < 3; i++ {
for i := 0; i < 2; i++ {
g.Go(func() error {
if err := p.ProposeTxListLegacy(gCtx, types.Transactions{}); err != nil {
return err
Expand Down

0 comments on commit 2fe360f

Please sign in to comment.