Skip to content

Commit 93ff554

Browse files
authored
Update docs/how-arbitrum-works/partials/_retryable-tickets-partial.mdx
1 parent 2780bf7 commit 93ff554

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
@@ -14,7 +14,7 @@ Creating a retryable ticket is initiated with a call to the `createRetryableTick
1414

1515
#### Automatic redemption
1616

17-
Upon successful ticket creation, the system checks if conditions are met for automatic redemption: the user's child chain balance must cover the gas costs, and the provided `maxFeePerGas` must meet or exceed the child chain base fee. If these conditions are met, the system automatically attempts to execute the ticket (auto-redeem).
17+
Upon successful ticket creation, the system checks whether conditions are met for automatic redemption: the user's child chain balance must cover the gas costs, and the provided `maxFeePerGas` must meet or exceed the child chain base fee. If these conditions are met, the system automatically attempts to execute the ticket (auto-redeem).
1818

1919
If auto-redemption succeeds, the ticket executes immediately with the original parameters, and excess fees are refunded. If auto-redemption fails (for example, due to insufficient gas or an increase in gas prices), the ticket remains in the retryable buffer for up to one week, allowing for manual redemption.
2020

0 commit comments

Comments
 (0)