Merge PR #4881: Linting Galore
This commit is contained in:
committed by
Alexander Bezobchuk
parent
89b1220398
commit
3a4f1fc4d4
@@ -71,7 +71,7 @@ $ %s query staking validator cosmosvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhff
|
||||
}
|
||||
|
||||
if len(res) == 0 {
|
||||
return fmt.Errorf("No validator found with address %s", addr)
|
||||
return fmt.Errorf("no validator found with address %s", addr)
|
||||
}
|
||||
|
||||
return cliCtx.PrintOutput(types.MustUnmarshalValidator(cdc, res))
|
||||
|
||||
Reference in New Issue
Block a user