diff --git a/x/distribution/spec/07_params.md b/x/distribution/spec/07_params.md index 2bcefd0c3f..432a4e5a96 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.