Revert "Can Trade added to asset filter"
This reverts commit a3c15365f26bddb62104bb25a779c40778f36f6e.
This commit is contained in:
parent
a2adce3670
commit
fe71cb20dd
@ -165,9 +165,8 @@ message AssetFilter {
|
|||||||
optional bool can_sell = 7;
|
optional bool can_sell = 7;
|
||||||
optional bool can_deposit = 8;
|
optional bool can_deposit = 8;
|
||||||
optional bool can_withdraw = 9;
|
optional bool can_withdraw = 9;
|
||||||
optional bool can_trade = 10;
|
optional bool is_active = 10;
|
||||||
optional bool is_active = 11;
|
optional string search = 11; // Not yet implemented !
|
||||||
optional string search = 12; // Not yet implemented !
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message AssetDiscountReq {
|
message AssetDiscountReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user