Skip to content

Commit 294416d

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

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
@@ -10,7 +10,7 @@ The lifecycle of a <a data-quicklook-from="retryable-ticket">retryable ticket</a
1010

1111
#### Submission
1212

13-
Creating a retryable ticket is initiated with a call to the `createRetryableTicket` function of the inbox contract. Key parameters include the destination address, call value, gas limits, refund addresses, and calldata. The ticket requires sufficient funds to cover both submission costs and gas for child chain execution. Upon successful submission, a unique `TicketID` is created and the `ArbRetryableTx` precompile emits a `TicketCreated` event.
13+
Retryable ticket creation begins with a call to the `createRetryableTicket` function of the inbox contract. Key parameters include the destination address, call value, gas limits, refund addresses, and calldata. The ticket requires sufficient funds to cover both submission costs and gas for child chain execution. Upon successful submission, a unique `TicketID` is created, and the `ArbRetryableTx` precompile emits a `TicketCreated` event.
1414

1515
#### Automatic redemption
1616

0 commit comments

Comments
 (0)