Skip to content

Commit ffdebab

Browse files
authored
Update docs/how-arbitrum-works/partials/_retryable-tickets-partial.mdx
1 parent 294416d commit ffdebab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-arbitrum-works/partials/_retryable-tickets-partial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If auto-redemption succeeds, the ticket executes immediately with the original p
2222

2323
If automatic redemption fails, anyone can manually redeem the ticket by calling the `ArbRetryableTx` precompile's `redeem` method. The manual redemption attempt donates its call gas to the execution, and the gas limit is not constrained by the original ticket parameters. This allows tickets to be retried with different gas conditions.
2424

25-
Tickets remain in the retryable buffer for one week. If not successfully redeemed within this period, the ticket expires and is automatically discarded. However, tickets can be kept alive indefinitely by paying a fee to extend the lifetime for another full period before expiration.
25+
Tickets remain in the retryable buffer for one week. If not successfully redeemed within this period, the ticket expires and is automatically discarded. However, tickets can be kept alive indefinitely by paying a fee to extend their lifetime for another full period before expiration.
2626

2727
If a ticket expires without successful redemption, the escrowed `callValue` is refunded to the `callValueRefundAddress` specified during submission. This protects user funds even if execution never succeeds.
2828

0 commit comments

Comments
 (0)