Skip to content

Commit

Permalink
Update common/txmgr/tracker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jim W <[email protected]>
  • Loading branch information
DylanTinianov and poopoothegorilla authored Mar 26, 2024
1 parent 58c2bb6 commit 280e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/txmgr/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (tr *Tracker[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) setEnabledA
return nil
}

// trackAbandonedTxes called on stratup to find and insert all abandoned txes into the tracker.
// trackAbandonedTxes called on startup to find and insert all abandoned txes into the tracker.
func (tr *Tracker[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) trackAbandonedTxes(ctx context.Context) (err error) {
return sqlutil.Batch(func(offset, limit uint) (count uint, err error) {
nonFatalTxes, err := tr.txStore.GetNonFatalTransactionsByBatch(ctx, tr.chainID, offset, limit)
Expand Down

0 comments on commit 280e12a

Please sign in to comment.