working compile errors

This commit is contained in:
rigelrozanski
2018-09-19 19:33:12 -04:00
parent df9c8db5e7
commit d9396ed732
12 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ type ValidatorSet interface {
func(index int64, validator Validator) (stop bool))
Validator(Context, ValAddress) Validator // get a particular validator by operator
ValidatorByPubKey(Context, crypto.PubKey) Validator // get a particular validator by signing PubKey
ValidatorByConsAddr(Context, ConsAddress) Validator // get a particular validator by consensus address
TotalPower(Context) Dec // total power of the validator set
// slash the validator and delegators of the validator, specifying offence height, offence power, and slash fraction