sync from nostr on unlock

This commit is contained in:
thePR0M3TH3AN
2025-07-05 18:45:15 -04:00
parent de3972ad1a
commit 540950d06f
3 changed files with 51 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ def test_password_change_and_unlock(monkeypatch):
)
monkeypatch.setattr(PasswordManager, "initialize_bip85", lambda self: None)
monkeypatch.setattr(PasswordManager, "initialize_managers", lambda self: None)
monkeypatch.setattr(PasswordManager, "sync_index_from_nostr", lambda self: None)
pm.unlock_vault()