diff --git a/account_manager/src/validator/exit.rs b/account_manager/src/validator/exit.rs index 9e5b57a29..5755a355f 100644 --- a/account_manager/src/validator/exit.rs +++ b/account_manager/src/validator/exit.rs @@ -27,7 +27,6 @@ pub const PASSWORD_PROMPT: &str = "Enter the keystore password"; pub const DEFAULT_BEACON_NODE: &str = "http://localhost:5052/"; pub const CONFIRMATION_PHRASE: &str = "Exit my validator"; pub const WEBSITE_URL: &str = "https://lighthouse-book.sigmaprime.io/voluntary-exit.html"; -pub const PROMPT: &str = "WARNING: WITHDRAWING STAKED ETH IS NOT CURRENTLY POSSIBLE"; pub fn cli_app<'a, 'b>() -> App<'a, 'b> { App::new("exit") @@ -161,7 +160,6 @@ async fn publish_voluntary_exit( ); if !no_confirmation { eprintln!("WARNING: THIS IS AN IRREVERSIBLE OPERATION\n"); - eprintln!("{}\n", PROMPT); eprintln!( "PLEASE VISIT {} TO MAKE SURE YOU UNDERSTAND THE IMPLICATIONS OF A VOLUNTARY EXIT.", WEBSITE_URL diff --git a/book/src/voluntary-exit.md b/book/src/voluntary-exit.md index 5056040e4..591b7d491 100644 --- a/book/src/voluntary-exit.md +++ b/book/src/voluntary-exit.md @@ -12,12 +12,9 @@ This number can be much higher depending on how many other validators are queued ## Withdrawal of exited funds -Even though users can currently perform a voluntary exit, they **cannot withdraw their exited funds at this point in time**. -This implies that the staked funds are effectively **frozen** until withdrawals are enabled in a future hard fork (Capella). - -To understand the rollout strategy for Ethereum upgrades, please visit . - +In order to be eligible for fund withdrawal, the validator must have set a withdrawal address and fully exited the network. +For more information on how fund withdrawal works, please visit ## Initiating a voluntary exit @@ -55,8 +52,6 @@ Publishing a voluntary exit for validator 0xabcd WARNING: WARNING: THIS IS AN IRREVERSIBLE OPERATION -WARNING: WITHDRAWING STAKED ETH WILL NOT BE POSSIBLE UNTIL ETH1/ETH2 MERGE. - PLEASE VISIT https://lighthouse-book.sigmaprime.io/voluntary-exit.html TO MAKE SURE YOU UNDERSTAND THE IMPLICATIONS OF A VOLUNTARY EXIT.