implement TotalPower

This commit is contained in:
mossid
2018-05-17 09:15:06 -04:00
committed by rigelrozanski
parent 9d7e893226
commit 60869ff427
2 changed files with 10 additions and 7 deletions
-1
View File
@@ -16,7 +16,6 @@ func init() {
type Validator = abci.Validator
type ValidatorSetKeeper interface {
Hash(Context) []byte
GetValidators(Context) []*Validator
Size(Context) int
IsValidator(Context, Address) bool