fix: market order req side type

This commit is contained in:
AmirMahdi Qiasvand 2025-08-05 12:03:48 +03:30
parent 4a24fcb263
commit b4250268cf

View File

@ -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
optional market.v1.MarketOrderSide req_side = 7; // For Calculation : can be from asset or irt
}
message CalcMarketRes {