Apply suggestions from code review

Co-authored-by: Sacha Saint-Leger <sacha@status.im>
This commit is contained in:
zah 2020-11-29 23:07:33 +02:00
parent 3c0dfc2fbe
commit cabb07a186

View File

@ -1120,16 +1120,16 @@ proc handleValidatorExitCommand(config: BeaconNodeConf) {.async.} =
echoP "By requesting an exit now, you'll be exempt from penalties " & echoP "By requesting an exit now, you'll be exempt from penalties " &
"stemming from not performing your validator duties, but you " & "stemming from not performing your validator duties, but you " &
"won't be able to withdraw your deposited funds at the time " & "won't be able to withdraw your deposited funds for the time " &
"being. This means that your funds will be effectively frozen " & "being. This means that your funds will be effectively frozen " &
"until withdrawals are enabled in a future phase of the Eth2 " & "until withdrawals are enabled in a future phase of Eth2."
"rollout."
echoP "To understand more about the Eth2 roadmap, we recommend you " & echoP "To understand more about the Eth2 roadmap, we recommend you " &
"have a look at\n" & "have a look at\n" &
"https://ethereum.org/en/eth2/#roadmap" "https://ethereum.org/en/eth2/#roadmap"
echoP "You must not shut down your validator for at least 5 epochs " & echoP "You must keep your validator running for at least 5 epochs " &
"(32 minutes) after requesting a validator exit, as you will " & "(32 minutes) after requesting a validator exit, as you will " &
"still be required to perform validator duties until your exit " & "still be required to perform validator duties until your exit " &
"has been processed. The number of epochs could be significantly " & "has been processed. The number of epochs could be significantly " &