Fix loose tokens invariant

This commit is contained in:
Christopher Goes
2018-07-18 09:42:18 +02:00
parent 05ceff5212
commit cea2be6107
3 changed files with 12 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ type Validator interface {
GetOwner() AccAddress // owner AccAddress to receive/return validators coins
GetPubKey() crypto.PubKey // validation pubkey
GetPower() Rat // validation power
GetTokens() Rat // validation tokens
GetDelegatorShares() Rat // Total out standing delegator shares
GetBondHeight() int64 // height in which the validator became active
}