diff --git a/ethergo/submitter/chain_queue.go b/ethergo/submitter/chain_queue.go index 7e05dfce55..503d061315 100644 --- a/ethergo/submitter/chain_queue.go +++ b/ethergo/submitter/chain_queue.go @@ -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 {