Compare commits

..

No commits in common. "55d534bf1d07ecdf05caf68e6ad9860431ec14d7" and "0d63816d0a02ec8b6c228ee94649d3233289f6bc" have entirely different histories.

View File

@ -544,7 +544,7 @@ message BuyAssetReq {
double amount_irt = 3;
double amount_asset = 4;
BuyAssetSide side = 5;
optional string discount_code = 6;
optional uint64 discount_id = 6;
optional auth.v1.TFA tfa = 7; // This might be used in the future
}