From bca7a3d4273b5d81810eea89c5e70743f15ed592 Mon Sep 17 00:00:00 2001 From: moonstash <15162813+moonstash@users.noreply.github.com> Date: Sat, 4 Apr 2020 16:12:16 -0700 Subject: [PATCH 1/2] Update enigmacli.md Added commission rate change command. --- docs/enigmacli.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/enigmacli.md b/docs/enigmacli.md index 444a7a5df..bbfa6cce1 100644 --- a/docs/enigmacli.md +++ b/docs/enigmacli.md @@ -385,6 +385,13 @@ Use the following commands to: enigmacli tx staking edit-validator --moniker --from ``` +##### Changing your commission rate + +Example 0.75 = 7.5% +```bash +enigmacli tx staking edit-validator --commission-rate 0.75 --from +``` + ##### Seeing your rewards from being a validator ```bash From 7493654155d76347180a9a34228ad943b24e7b97 Mon Sep 17 00:00:00 2001 From: moonstash <15162813+moonstash@users.noreply.github.com> Date: Sat, 4 Apr 2020 16:44:26 -0700 Subject: [PATCH 2/2] Update enigmacli.md --- docs/enigmacli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enigmacli.md b/docs/enigmacli.md index bbfa6cce1..e904a5718 100644 --- a/docs/enigmacli.md +++ b/docs/enigmacli.md @@ -387,9 +387,9 @@ enigmacli tx staking edit-validator --moniker --from ##### Changing your commission rate -Example 0.75 = 7.5% +Example 0.075 = 7.5% ```bash -enigmacli tx staking edit-validator --commission-rate 0.75 --from +enigmacli tx staking edit-validator --commission-rate 0.075 --from ``` ##### Seeing your rewards from being a validator