mirror of
https://github.com/basicswap/basicswap.git
synced 2025-12-29 08:51:37 +01:00
fix delay checking for expired bids and offers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user