fix: reduce signup bonus to ten points
This commit is contained in:
@@ -352,7 +352,7 @@ def adjust_wallet_points(
|
||||
def grant_signup_bonus(
|
||||
*,
|
||||
user,
|
||||
points: int = 100,
|
||||
points: int = 10,
|
||||
reason: str = "new_user_registration",
|
||||
) -> SignupBonusGrantResult:
|
||||
points = _validate_positive_points(points)
|
||||
|
||||
Reference in New Issue
Block a user