v2: initialy there is not tfa

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-04 14:36:39 +03:30
parent 6c0cacbec6
commit 8e26824d21
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -65,8 +65,8 @@ message NewMarketReq{
double amount = 3; double amount = 3;
double unit_price = 4; double unit_price = 4;
MarketOrderSide side = 5; MarketOrderSide side = 5;
auth.v1.TFA tfa = 6; optional auth.v1.TFA tfa = 6;
bool accepted_contract = 7; optional bool accepted_contract = 7;
} }
enum MarketOrderSide { enum MarketOrderSide {