From cf37b57134ee76efd379c4a917c0ba15894fa42c Mon Sep 17 00:00:00 2001 From: theChim9 <96598599+theChim9@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:20:35 +0300 Subject: [PATCH] Update voluntary-exit.md Fixed a warning that wasn't really exact, as updating a 0x00 withdrawal credential is also possible on an exited validator as well but is much more challenging because the node is offline. --- docs/node/management/voluntary-exit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node/management/voluntary-exit.md b/docs/node/management/voluntary-exit.md index 90e644ac..a9952ee2 100644 --- a/docs/node/management/voluntary-exit.md +++ b/docs/node/management/voluntary-exit.md @@ -11,7 +11,7 @@ Voluntary exit procedures vary depending on your client. :::caution Exits are non-reversible; once you have exited you cannot restart your validator. -You must have a `0x01` type withdrawal address before exiting your validator [withdrawal credentials](withdrawals.md#check-withdrawal-credential). +It is recommended to update your withdrawal credentials to the 0x01 type before exiting your validator. Updating your withdrawal credentials later, when your node is stopped, will be more difficult. [withdrawal credentials](withdrawals.md#check-withdrawal-credential). ::: ### Dappnode