Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Dec 2, 2024
1 parent 1c1f723 commit 6bc0c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solana/txm/txm.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func (txm *Txm) handleReorg(sig solanaGo.Signature, status *rpc.SignatureStatuse
txm.lggr.Warnw("potential re-org detected for transaction", "txID", txInfo.id, "signature", sig, "previousStatus", txInfo.state, "currentStatus", currentTxState)
// Handle reorg in our in memory layer and retry transaction
// We'll retrieve the associated pendgingTx and retryCtx to the sig
// attempting to restart the retry/bumping cycle for it if it's still in-flight
// attempting to restart the retry/bumping cycle for it if retryCtx still valid
pTx, retryCtx, err := txm.txs.OnReorg(sig)
if err != nil {
txm.lggr.Errorw("failed to handle potential re-org", "signature", sig, "id", pTx.id, "error", err)
Expand Down

0 comments on commit 6bc0c62

Please sign in to comment.