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
2525To run:
2626
2727``` shell
28- yarn outbox-exec --txhash 0xmytxnhash
28+ yarn outbox-exec 0xmytxnhash
2929```
3030
3131- _ 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:
3131To redeem a pending retryable ticket:
3232
3333```
34- yarn redeemPendingRetryable --txhash 0xmytxnhash
34+ yarn redeemPendingRetryable 0xmytxnhash
3535```
3636
3737- _ 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