Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Sep 2, 2024
1 parent 4a58873 commit abd47dd
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 authorizing `<address>` to act on your behalf:
6. Send an EIP-7702 transaction delegating to `<address>`:
```sh
cast send $(cast az) --auth <address>
```
Expand Down

0 comments on commit abd47dd

Please sign in to comment.