Skip to content

Commit

Permalink
Add angle brackets around 0xpubkey in sign-exit command example (eth-…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Dec 9, 2024
1 parent c929e37 commit 9210e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Support/Exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configured with `RAPID_SYNC_URL` in `.env`, can sync one in minutes.
# Exit using keymanager API

- Get a list of your keys with `./ethd keys list`
- Sign an exit message with `./ethd keys sign-exit 0xpubkey`
- Sign an exit message with `./ethd keys sign-exit <0xpubkey>`

This signed message is valid for the life of your validator; you do not have to use it right away
(you could, for example, keep it for your heirs).
Expand Down

0 comments on commit 9210e23

Please sign in to comment.