Skip to content

Commit

Permalink
Update tracker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Mar 26, 2024
1 parent cc7e7d1 commit 9268f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/txmgr/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (tr *Tracker[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) runLoop(ctx
tr.lggr.Infof("received blockHeight %v", blockHeight)
if err := tr.handleTxesByState(ctx, blockHeight); err != nil {
tr.lggr.Errorf("failed to handle txes by state: %v", err)
return
}
if tr.AbandonedTxCount() == 0 {
tr.lggr.Info("all abandoned txes handled, stopping runLoop")
Expand Down

0 comments on commit 9268f9d

Please sign in to comment.