fix delay checking for expired bids and offers

This commit is contained in:
tecnovert
2025-12-25 13:10:38 +02:00
parent 289c66e2e5
commit b6af5ee93d

View File

@@ -10827,7 +10827,7 @@ class BasicSwap(BaseApp, BSXNetwork, UIApp):
>= self.check_expiring_bids_offers_seconds >= self.check_expiring_bids_offers_seconds
): ):
check_records = True check_records = True
self._last_checked_expiring_bids = now self._last_checked_expiring_bids_offers = now
if ( if (
len(bids_to_expire) == 0 len(bids_to_expire) == 0