Skip to content

Commit d6f2fd0

Browse files
authored
Merge pull request #138 from OffchainLabs/fix-withdraw-command
fix command
2 parents d0291ff + b710042 commit d6f2fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/outbox-execute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note that you can also set the environment variables in an `.env` file in the ro
2525
To 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.

packages/redeem-pending-retryable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To create a failed retryable ticket:
3131
To 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.

0 commit comments

Comments
 (0)