Skip to content

Commit

Permalink
adding more logs #2
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nedkov <[email protected]>
  • Loading branch information
Psykepro committed Aug 4, 2023
1 parent 0149262 commit 5061b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequencer/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (w *Worker) AddTxTracker(ctx context.Context, tx *TxTracker) (replacedTx *T
if ok && pendingTxsTracker.wg != nil {
log.Infof("Waiting for pending transactions to be stored before creating new AddrQueue for address %s", tx.FromStr)
pendingTxsTracker.wg.Wait()
log.Infof("Finished waiting for pending transactions to be stored before creating new AddrQueue for address %s", tx.FromStr)
}
w.pendingTxsToStoreMux.RUnlock()

Expand Down

0 comments on commit 5061b7b

Please sign in to comment.