From b6af5ee93d891d9d9ab5173b2d81f2570491a284 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Thu, 25 Dec 2025 13:10:38 +0200 Subject: [PATCH] fix delay checking for expired bids and offers --- basicswap/basicswap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index cc565c1..c05265b 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -10827,7 +10827,7 @@ class BasicSwap(BaseApp, BSXNetwork, UIApp): >= self.check_expiring_bids_offers_seconds ): check_records = True - self._last_checked_expiring_bids = now + self._last_checked_expiring_bids_offers = now if ( len(bids_to_expire) == 0