diff --git a/apps/accounts/risk_handlers.py b/apps/accounts/risk_handlers.py index da0fd654b..3472dc492 100644 --- a/apps/accounts/risk_handlers.py +++ b/apps/accounts/risk_handlers.py @@ -193,5 +193,5 @@ class RiskHandler: ( GatheredAccount.objects .filter(asset=self.asset, username=self.username) - .update(present=True) + .update(present=True, status=ConfirmOrIgnore.confirmed) )