fix: market order req side type
This commit is contained in:
parent
4a24fcb263
commit
4f25639e98
@ -35,7 +35,7 @@ message CalcMarketReq {
|
||||
double amount = 4;
|
||||
double unit_price = 5;
|
||||
MarketParticipantType participant_type = 6;
|
||||
optional wallet.v1.BuyAssetSide req_side = 7; // For Calculation : can be from asset or irt
|
||||
market.v1.MarketOrderSide req_side = 7; // For Calculation : can be from asset or irt
|
||||
}
|
||||
|
||||
message CalcMarketRes {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user