From 8355d827e09f2dcf2e2379555bf323c4983e56d4 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 20 May 2022 17:24:41 -0400 Subject: [PATCH] fix abci json name --- types/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/params.go b/types/params.go index 2a37e8666..3b5e9a250 100644 --- a/types/params.go +++ b/types/params.go @@ -43,7 +43,7 @@ type ConsensusParams struct { Version VersionParams `json:"version"` Synchrony SynchronyParams `json:"synchrony"` Timeout TimeoutParams `json:"timeout"` - ABCI ABCIParams `json:"vote"` + ABCI ABCIParams `json:"abci"` } // HashedParams is a subset of ConsensusParams.