Clarify 'nop', linter fix
This commit is contained in:
@@ -28,6 +28,11 @@ func (v Validator) GetPubKey() crypto.PubKey {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Implements sdk.Validator
|
||||
func (v Validator) GetTokens() sdk.Rat {
|
||||
return sdk.ZeroRat()
|
||||
}
|
||||
|
||||
// Implements sdk.Validator
|
||||
func (v Validator) GetPower() sdk.Rat {
|
||||
return v.Power
|
||||
|
||||
Reference in New Issue
Block a user