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.