Skip to content

Commit

Permalink
Update src/reference/cast/cast-send.md
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver <[email protected]>
  • Loading branch information
klkvr and onbjerg authored Sep 2, 2024
1 parent e4d503d commit 5871730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/cast/cast-send.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The destination (*to*) can be an ENS name or an address.
cast send $(cast az) --private-key <sender-pk> --auth $(cast wallet sign-auth <address> --private-key <delegator-pk>)
```

6. Send an EIP-7702 transaction delegating to `<address>`:
6. Send an EIP-7702 transaction delegating the sender to `<address>`:
```sh
cast send $(cast az) --auth <address>
```
Expand Down

0 comments on commit 5871730

Please sign in to comment.