From b593d83a219e4c9981df541b3a800e33dca1534a Mon Sep 17 00:00:00 2001 From: Charlie <31941002+CharlieMc0@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:43:30 -0600 Subject: [PATCH] Update validator.mdx --- src/pages/nodes/validate/validator.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/nodes/validate/validator.mdx b/src/pages/nodes/validate/validator.mdx index a31e4fff..19f23220 100644 --- a/src/pages/nodes/validate/validator.mdx +++ b/src/pages/nodes/validate/validator.mdx @@ -163,14 +163,14 @@ part of the active set again with the command in the previous section. ### Withdrawing Funds -You can withdraw your rewards including comissions using this command. +You can withdraw rewards including comissions using this command. ```bash zetacored tx distribution withdraw-rewards --commission [validator_address] ``` Optionally, you can set up different address to receive your payouts -instead of them going directly to you validator's wallet address. +instead of rewards being sent directly to the validator's wallet address. ```bash zetacored tx distribution set-withdraw-addr [withdraw-addr]