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 e6e507d552 - Show all commits
+1 -1
View File
@@ -561,7 +561,7 @@ message CalcBuyAssetRes {
BuyAssetSide side = 1;
int64 calculated_irt_amount = 2;
double calculated_asset_amount = 3;
int64 discount_amount = 4;
AssetDiscountRes discount_amount = 4;
Commission commission = 5;
// double buy_min_amount = 7;
}