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 bfcf67c65d - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@ message MarketOrder {
wallet.v1.TransactionList trx = 16;
repeated string tags = 17;
repeated string comment = 18;
optional MarketOrder parent = 19; // purchase is done via this field
optional MarketOrder source = 19; // purchase is done via this field
// repeated string attachments = 14; // possible files included by seller/buyer
}