v2: these fields can be optional

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-07 14:26:54 +03:30
parent c0c9a4bef5
commit 2618601e70
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -157,8 +157,8 @@ message Identity {
optional string employee_info = 23;
string pub_key = 24;
optional float balance = 25;
string postal_code = 26;
string user_address = 27;
optional string postal_code = 26;
optional string user_address = 27;
}
message IdentityBasic {