Switch to nostr-sdk

This commit is contained in:
thePR0M3TH3AN
2025-06-30 22:49:04 -04:00
parent 0ea1a7b54f
commit 9594c5a2f8
6 changed files with 111 additions and 92 deletions

View File

@@ -27,7 +27,7 @@ def test_backup_and_publish_to_nostr():
with patch(
"nostr.client.NostrClient.publish_json_to_nostr", return_value=True
) as mock_publish, patch("nostr.client.WebSocketRelayManager"), patch(
) as mock_publish, patch("nostr.client.ClientBuilder"), patch(
"nostr.client.KeyManager"
), patch.object(
NostrClient, "initialize_client_pool"