diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 5774b84..e3d44d5 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -584,7 +584,7 @@ message CommissionRes { message ReferrerCommissionLogOut { double amount = 1; string mobile = 2; - string status = 3; + bool is_identity_verified = 3; double commission_percentage = 4; } message ReferrerCommissionLogsList {