Skip to content

Commit

Permalink
Fix: submitter should always call updateOldTxStatuses() (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse authored Nov 10, 2023
1 parent bdcaa94 commit c557df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethergo/submitter/chain_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ func (t *txSubmitterImpl) chainPendingQueue(parentCtx context.Context, chainID *
continue
}

cq.updateOldTxStatuses(gCtx)
cq.bumpTX(gCtx, tx)
}
cq.updateOldTxStatuses(gCtx)

err = cq.g.Wait()
if err != nil {
Expand Down

0 comments on commit c557df6

Please sign in to comment.