Skip to content

Commit

Permalink
One more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Nov 15, 2024
1 parent 7e6864f commit 5d649ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is a near-complete rip off of [the Odyssey example](https://github.com/itha
```
7. Bob submits the authorization and a first execution:
```sh
cast send $ALICE_ADDR "execute(address,uint256,bytes,uint8,bytes32,bytes32)" $EVE_ADDR 10 0x V $R $S --private-key $BOB_PK --auth $SIGNED_AUTH
cast send $ALICE_ADDR "execute(address,uint256,bytes,uint8,bytes32,bytes32)" $EVE_ADDR 10 0x $V $R $S --private-key $BOB_PK --auth $SIGNED_AUTH
```
8. We can check that Eve did receive Ethereum, and that Bob got his fee:
```sh
Expand Down

0 comments on commit 5d649ab

Please sign in to comment.