Merge PR #4881: Linting Galore
This commit is contained in:
committed by
Alexander Bezobchuk
parent
89b1220398
commit
3a4f1fc4d4
@@ -63,7 +63,7 @@ $ <appcli> query slashing signing-info cosmosvalconspub1zcjduepqfhvwcmt7p06fvdge
|
||||
}
|
||||
|
||||
if len(res) == 0 {
|
||||
return fmt.Errorf("Validator %s not found in slashing store", consAddr)
|
||||
return fmt.Errorf("validator %s not found in slashing store", consAddr)
|
||||
}
|
||||
|
||||
var signingInfo types.ValidatorSigningInfo
|
||||
|
||||
Reference in New Issue
Block a user