From 3fcd88c040c3b11a7c4024768c4b00269cc4cb05 Mon Sep 17 00:00:00 2001 From: MichaelWang Date: Mon, 20 Apr 2020 22:48:55 +0800 Subject: [PATCH] FIX: issue #47, remove param msdLimited in config/default_params.go --- config/default_params.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/default_params.go b/config/default_params.go index 51cd09262ee..a2fd5f60fb6 100644 --- a/config/default_params.go +++ b/config/default_params.go @@ -7,7 +7,6 @@ import ( ) const ( - // Update the validator set every 252 blocks by default DefaultBlocksPerEpoch = 252 @@ -25,9 +24,6 @@ const ( ) var ( - // Default minimum number of MinSelfDelegation limit by okt - DefaultMinSelfDelegationLimit = sdk.NewDecWithPrec(1, 3) - // Default minimum number of Delegate&Unbond limit by okt DefaultMinDelegation = sdk.NewDecWithPrec(1, 4) -) \ No newline at end of file +)