implement TotalPower
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user