From e0280bf2d51a539500d59b66be5243b73a311b55 Mon Sep 17 00:00:00 2001 From: Gavin <13985253+gavinly@users.noreply.github.com> Date: Tue, 17 Mar 2020 11:30:24 -0400 Subject: [PATCH] Update 07_params.md --- x/distribution/spec/07_params.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x/distribution/spec/07_params.md b/x/distribution/spec/07_params.md index 2bcefd0c3..432a4e5a9 100644 --- a/x/distribution/spec/07_params.md +++ b/x/distribution/spec/07_params.md @@ -13,6 +13,5 @@ The distribution module contains the following parameters: | bonusproposerreward | string (dec) | "0.040000000000000000" [1] | | withdrawaddrenabled | bool | true | -* [0] The value of `communitytax` must be positive and cannot exceed 1%. -* [1] The sum of `baseproposerreward` and `bonusproposerreward` cannot exceed 1%. -Both values must be positive. +* [0] The value of `communitytax` must be positive and cannot exceed 1.00. +* [1] `baseproposerreward` and `bonusproposerreward` must be positive and their sum cannot exceed 1.00.