Skip to content

Commit

Permalink
[1658]: Fix the field comments in MsgMarketManageReqAttrsRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Oct 12, 2023
1 parent c443a4a commit 911c023
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2192,9 +2192,9 @@ MsgMarketManageReqAttrsRequest is a request message for the MarketManageReqAttrs
| `admin` | [string](#string) | | admin is the account with "attributes" permission requesting this change. |
| `market_id` | [uint32](#uint32) | | market_id is the numerical identifier of the market to update required attributes for. |
| `create_ask_to_add` | [string](#string) | repeated | create_ask_to_add are the attributes that should now also be required to create an ask order. |
| `create_ask_to_remove` | [string](#string) | repeated | create_ask_to_add are the attributes that should no longer be required to create an ask order. |
| `create_bid_to_add` | [string](#string) | repeated | create_ask_to_add are the attributes that should now also be required to create a bid order. |
| `create_bid_to_remove` | [string](#string) | repeated | create_ask_to_add are the attributes that should no longer be required to create a bid order. |
| `create_ask_to_remove` | [string](#string) | repeated | create_ask_to_remove are the attributes that should no longer be required to create an ask order. |
| `create_bid_to_add` | [string](#string) | repeated | create_bid_to_add are the attributes that should now also be required to create a bid order. |
| `create_bid_to_remove` | [string](#string) | repeated | create_bid_to_remove are the attributes that should no longer be required to create a bid order. |



Expand Down
6 changes: 3 additions & 3 deletions proto/provenance/exchange/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ message MsgMarketManageReqAttrsRequest {

// create_ask_to_add are the attributes that should now also be required to create an ask order.
repeated string create_ask_to_add = 3;
// create_ask_to_add are the attributes that should no longer be required to create an ask order.
// create_ask_to_remove are the attributes that should no longer be required to create an ask order.
repeated string create_ask_to_remove = 4;
// create_ask_to_add are the attributes that should now also be required to create a bid order.
// create_bid_to_add are the attributes that should now also be required to create a bid order.
repeated string create_bid_to_add = 5;
// create_ask_to_add are the attributes that should no longer be required to create a bid order.
// create_bid_to_remove are the attributes that should no longer be required to create a bid order.
repeated string create_bid_to_remove = 6;
}

Expand Down
6 changes: 3 additions & 3 deletions x/exchange/tx.pb.go

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

0 comments on commit 911c023

Please sign in to comment.