Noticed during #2636
If we have a struct like ConsensusParams, we don't need the fields in there to have the _params suffix.
If we have a struct like ValidatorParams, we don't need the fields in there to have a prefix like validator_.
This applies in abci and in types/params.go