Skip to content

Commit

Permalink
Fix: submitter should always call updateOldTxStatuses()
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Nov 9, 2023
1 parent d8f5259 commit 868abe4
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 868abe4

Please sign in to comment.