Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jul 8, 2021
1 parent cf215f7 commit 542d7ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/params/types/consensus_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ func ConsensusParamsKeyTable() KeyTable {
NewParamSetPair(
baseapp.ParamStoreKeyValidatorParams, tmproto.ValidatorParams{}, baseapp.ValidateValidatorParams,
),
NewParamSetPair(
baseapp.ParamStoreKeyVersionParams, tmproto.VersionParams{}, baseapp.ValidateVersionParams,
),
)
}

0 comments on commit 542d7ae

Please sign in to comment.