v2: these fields can be optional
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user