diff --git a/client/keys/utils.go b/client/keys/utils.go index 5391e704f..3dfcd735b 100644 --- a/client/keys/utils.go +++ b/client/keys/utils.go @@ -118,7 +118,7 @@ func printKeyInfo(keyInfo keys.Info, bechKeyOut bechKeyOutFn) { printKeyTextHeader() printKeyOutput(ko) - case "json": + case OutputFormatJSON: out, err := MarshalJSON(ko) if err != nil { panic(err)