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 195a7d8027 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ message MarketOrder {
MarketOrderStatus status = 9;
int64 from = 10;
wallet.v1.Commission commission = 11;
float completed_amount = 12;
double completed_amount = 12;
string created_at = 13;
string updated_at = 14;
bool is_public = 15;