chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 2618601e70 - Show all commits
+2 -2
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 {