Skip to content

Commit

Permalink
chore: update comment for MsgUpdateParams/Response
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Sep 5, 2023
1 parent b731116 commit f7b564d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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



Expand Down
4 changes: 2 additions & 2 deletions proto/lbm/foundation/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions x/foundation/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7b564d

Please sign in to comment.