Skip to content

Commit

Permalink
chore: add comment to trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 19, 2024
1 parent 59b42e3 commit fb6a18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ func (params *ConsensusParams) ToProto() tmproto.ConsensusParams {
}
}

// ConsensusParamsFromProto returns a ConsensusParams from a protobuf representation.
func ConsensusParamsFromProto(pbParams tmproto.ConsensusParams) ConsensusParams {

c := ConsensusParams{}
Expand Down

0 comments on commit fb6a18e

Please sign in to comment.