diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 9226af6..0741af4 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -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 {