the errors never want to seem to end...

This commit is contained in:
rigelrozanski
2018-09-19 22:54:46 -04:00
parent 18fdccf95b
commit 5dabd1bf6d
12 changed files with 63 additions and 56 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ type Validator interface {
GetPower() Dec // validation power
GetTokens() Dec // validation tokens
GetCommission() Dec // validator commission rate
GetDelegatorShares() Dec // Total out standing delegator shares
GetDelegatorShares() Dec // Total delegator shares
GetBondHeight() int64 // height in which the validator became active
}
@@ -87,8 +87,8 @@ type ValidatorSet interface {
// delegation bond for a delegated proof of stake system
type Delegation interface {
GetDelegator() AccAddress // delegator AccAddress for the bond
GetValidator() ValAddress // validator operator address
GetBondShares() Dec // amount of validator's shares
GetValidator() ValAddress // validator operator address TODO change to GetValAddr
GetShares() Dec // amount of validator's shares
}
// properties for the set of all delegations for a particular