fix: route nostr helpers through client module

This commit is contained in:
thePR0M3TH3AN
2025-08-05 21:38:48 -04:00
parent f36c12122e
commit 2aae6db22d
4 changed files with 682 additions and 664 deletions

View File

@@ -98,7 +98,9 @@ from datetime import datetime
from utils.fingerprint_manager import FingerprintManager
# Import NostrClient
from nostr.client import NostrClient, DEFAULT_RELAYS, MANIFEST_ID_PREFIX
from nostr.client import NostrClient
from nostr.connection import DEFAULT_RELAYS
from nostr.snapshot import MANIFEST_ID_PREFIX
from .config_manager import ConfigManager
from .state_manager import StateManager
from .stats_manager import StatsManager