Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
FIX: issue #47, remove param msdLimited in config/default_params.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RevelationOfTuring committed Apr 20, 2020
1 parent be5e2ea commit 3fcd88c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/default_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
)

const (

// Update the validator set every 252 blocks by default
DefaultBlocksPerEpoch = 252

Expand All @@ -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)
)
)

0 comments on commit 3fcd88c

Please sign in to comment.