From bd653964d58326508e32a85c83fc5af445a051b4 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 30 Jul 2020 14:23:32 +0900 Subject: [PATCH] fix: stringify yes and no map keys --- client/lcd/swagger-ui/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/lcd/swagger-ui/swagger.yaml b/client/lcd/swagger-ui/swagger.yaml index 6e271c0d3..273f15727 100644 --- a/client/lcd/swagger-ui/swagger.yaml +++ b/client/lcd/swagger-ui/swagger.yaml @@ -3461,13 +3461,13 @@ definitions: TallyResult: type: object properties: - yes: + 'yes': type: string example: "0.0000000000" abstain: type: string example: "0.0000000000" - no: + 'no': type: string example: "0.0000000000" no_with_veto: