refactor: x/consensus audit changes (#13949)

This commit is contained in:
Amaury
2022-11-21 16:17:40 +01:00
committed by GitHub
parent 82b64e6d00
commit f124cb71ae
9 changed files with 52 additions and 38 deletions
+2
View File
@@ -25,6 +25,8 @@ message MsgUpdateParams {
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
// params defines the x/consensus_params parameters to update.
// VersionsParams is not included in this Msg because it is tracked
// separarately in x/upgrade.
//
// NOTE: All parameters must be supplied.
tendermint.types.BlockParams block = 2;