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 478f063c44 - Show all commits
+1 -1
View File
@@ -492,7 +492,7 @@ message LockAssetReq {
message AssetDiscountReq { message AssetDiscountReq {
string code = 1; string code = 1;
string asset_id = 2; int64 asset_id = 2;
optional double amount = 3; // calculate discount amount optional double amount = 3; // calculate discount amount
} }