From f7b564dac97bb0acf4913881b88846246a3120d8 Mon Sep 17 00:00:00 2001 From: "jaeseung.bae" Date: Tue, 5 Sep 2023 10:38:48 +0900 Subject: [PATCH] chore: update comment for MsgUpdateParams/Response --- docs/core/proto-docs.md | 4 ++-- proto/lbm/foundation/v1/tx.proto | 4 ++-- x/foundation/tx.pb.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/core/proto-docs.md b/docs/core/proto-docs.md index bf76d52834..181c8ed866 100644 --- a/docs/core/proto-docs.md +++ b/docs/core/proto-docs.md @@ -12896,7 +12896,7 @@ MsgUpdateMembersResponse is the Msg/UpdateMembers response type. ### MsgUpdateParams MsgUpdateParams is the Msg/UpdateParams request type. -NOTE: This is for unmarshal purpose only not for tx +NOTE: This is not for tx | Field | Type | Label | Description | @@ -12915,7 +12915,7 @@ NOTE: All parameters must be supplied. | ### MsgUpdateParamsResponse MsgUpdateParamsResponse is the Msg/UpdateParams response type. -NOTE: This is for unmarshal purpose only not for tx +NOTE: This is not for tx diff --git a/proto/lbm/foundation/v1/tx.proto b/proto/lbm/foundation/v1/tx.proto index b5c191e1b3..a11814f1a9 100644 --- a/proto/lbm/foundation/v1/tx.proto +++ b/proto/lbm/foundation/v1/tx.proto @@ -75,7 +75,7 @@ message MsgWithdrawFromTreasury { } // MsgUpdateParams is the Msg/UpdateParams request type. -// NOTE: This is for unmarshal purpose only not for tx +// NOTE: This is not for tx message MsgUpdateParams { // authority is the address of the privileged account. string authority = 1; @@ -87,7 +87,7 @@ message MsgUpdateParams { } // MsgUpdateParamsResponse is the Msg/UpdateParams response type. -// NOTE: This is for unmarshal purpose only not for tx +// NOTE: This is not for tx message MsgUpdateParamsResponse {} // MsgWithdrawFromTreasuryResponse is the Msg/WithdrawFromTreasury response type. diff --git a/x/foundation/tx.pb.go b/x/foundation/tx.pb.go index 9823244acc..05f82e788c 100644 --- a/x/foundation/tx.pb.go +++ b/x/foundation/tx.pb.go @@ -182,7 +182,7 @@ func (m *MsgWithdrawFromTreasury) XXX_DiscardUnknown() { var xxx_messageInfo_MsgWithdrawFromTreasury proto.InternalMessageInfo // MsgUpdateParams is the Msg/UpdateParams request type. -// NOTE: This is for unmarshal purpose only not for tx +// NOTE: This is not for tx type MsgUpdateParams struct { // authority is the address of the privileged account. Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` @@ -226,7 +226,7 @@ func (m *MsgUpdateParams) XXX_DiscardUnknown() { var xxx_messageInfo_MsgUpdateParams proto.InternalMessageInfo // MsgUpdateParamsResponse is the Msg/UpdateParams response type. -// NOTE: This is for unmarshal purpose only not for tx +// NOTE: This is not for tx type MsgUpdateParamsResponse struct { }