Skip to content

Commit

Permalink
fix: wrong json serialization of ConsensusParams
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 8, 2024
1 parent bc3b05f commit b043ae7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions proto-compiler/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ pub static CUSTOM_TYPE_ATTRIBUTES: &[(&str, &str)] = &[
(".tendermint.types.DuplicateVoteEvidence", SERIALIZED),
(".tendermint.types.Vote", SERIALIZED),
(".tendermint.types.BlockID", SERIALIZED),
(".tendermint.types.ConsensusParams", SERIALIZED),
(".tendermint.types.ABCIParams", SERIALIZED),
(".tendermint.types.BlockParams", SERIALIZED),
(".tendermint.types.EvidenceParams", SERIALIZED),
(".tendermint.types.ValidatorParams", SERIALIZED),
(".tendermint.types.VersionParams", SERIALIZED),
(".tendermint.types.SynchronyParams", SERIALIZED),
(".tendermint.types.TimeoutParams", SERIALIZED),
(".tendermint.types.PartSetHeader", SERIALIZED),
(".tendermint.types.LightClientAttackEvidence", SERIALIZED),
(".tendermint.types.LightBlock", SERIALIZED),
Expand Down

0 comments on commit b043ae7

Please sign in to comment.