check relays asynchronously

This commit is contained in:
thePR0M3TH3AN
2025-07-12 09:04:48 -04:00
parent 5f2604fa5a
commit 7745155ee8
9 changed files with 63 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ def _make_pm(called, locked=None):
lock_vault=lock,
unlock_vault=unlock,
start_background_sync=lambda: None,
start_background_relay_check=lambda: None,
)
return pm, locked