File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Note that you can also set the environment variables in an `.env` file in the ro
25
25
To run:
26
26
27
27
``` shell
28
- yarn outbox-exec --txhash 0xmytxnhash
28
+ yarn outbox-exec 0xmytxnhash
29
29
```
30
30
31
31
- _ 0xmytxnhash_ is expected to be the transaction hash of a transaction in the child chain that triggered a child-to-parent message.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ To create a failed retryable ticket:
31
31
To redeem a pending retryable ticket:
32
32
33
33
```
34
- yarn redeemPendingRetryable --txhash 0xmytxnhash
34
+ yarn redeemPendingRetryable 0xmytxnhash
35
35
```
36
36
37
37
- _ 0xmytxnhash_ is expected to be the transaction hash of the transaction on the parent chain that triggered the parent-to-child message.
You can’t perform that action at this time.
0 commit comments