Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Aug 27, 2024
1 parent e858f60 commit a581071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/txmgr/broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func (eb *Broadcaster[CHAIN_ID, HEAD, ADDR, TX_HASH, BLOCK_HASH, SEQ, FEE]) hand
eb.SvcErrBuffer.Append(err)
if attempt.TxType != 0x2 {
// NOTE: Replacing existing attempt with a new gas estimation to overcome the occasional gas spike
// no need for type-2 tx due to re-estimation is not supported
// can't re-estimate type-2 tx due since it's not supported
return eb.tryAgainWithNewEstimation(ctx, lgr, err, etx, attempt, initialBroadcastAt)
}

Expand Down

0 comments on commit a581071

Please sign in to comment.