v2: since asset is public end point, can not hold accepted temrs

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2024-12-25 13:28:45 +03:30
parent 320a0cd857
commit 74d54cfc60
+1 -1
View File
@@ -76,7 +76,6 @@ message Asset {
int32 status = 31;
AssetMeta meta = 32;
string type = 33;
bool has_agreed_contract = 34;
}
message GetAssetReq {
@@ -207,6 +206,7 @@ message Wallet {
string updated_at = 8;
string created_at = 9;
string wallet_code = 10;
bool accepted_terms = 11;
}
message UserInitWalletReq {