v2: removed balance from identity , kyc err added

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-07-14 11:52:51 +03:30
parent cc5dcc09df
commit f969f845c5
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -162,8 +162,7 @@ message Identity {
optional Company company = 22;
optional string employee_info = 23;
string pub_key = 24;
optional float balance = 25;
optional UserAddress user_address = 26;
optional UserAddress user_address = 25;
}
message IdentityBasic {