From 9210e2353211a9e422f440dfb9dd0a6135e3c01e Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Mon, 9 Dec 2024 07:24:48 -0700 Subject: [PATCH] Add angle brackets around 0xpubkey in sign-exit command example (#469) --- website/docs/Support/Exit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Support/Exit.md b/website/docs/Support/Exit.md index dfe0a8bb..2d342aa4 100644 --- a/website/docs/Support/Exit.md +++ b/website/docs/Support/Exit.md @@ -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).