From a5a0e153a5b5c9ede94b70fb5d54b86049154a34 Mon Sep 17 00:00:00 2001 From: sanaz Date: Mon, 1 Apr 2024 14:44:44 -0700 Subject: [PATCH] fixes a linter issue --- specs/src/specs/params.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/src/specs/params.md b/specs/src/specs/params.md index 1a7021150f..408692e0a5 100644 --- a/specs/src/specs/params.md +++ b/specs/src/specs/params.md @@ -66,5 +66,4 @@ are blocked by the `x/paramfilter` module. | staking.MinCommissionRate | 0.05 (5%) | Minimum commission rate used by all validators. | True | | staking.UnbondingTime | 1814400 (21 days) | Duration of time for unbonding in seconds. | False | - Note: none of the mint module parameters are governance modifiable because they have been converted into hardcoded constants. See the x/mint README.md for more details.