Merge PR #3099: F1 fee distribution

This commit is contained in:
Christopher Goes
2019-01-16 22:38:05 +01:00
committed by GitHub
parent 26cb0a125a
commit 2942f83ff5
56 changed files with 1767 additions and 2235 deletions
+5
View File
@@ -69,6 +69,11 @@ func (v Validator) GetMoniker() string {
return ""
}
// Implements sdk.Validator
func (v Validator) GetDelegatorShareExRate() sdk.Dec {
return sdk.ZeroDec()
}
// Implements sdk.Validator
type ValidatorSet struct {
Validators []Validator