From 1baed7b9463fbea384cc41449d833a18396a6c71 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:14:03 +0100 Subject: [PATCH] Update outbox_utils.py --- nostr_dvm/utils/outbox_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/utils/outbox_utils.py b/nostr_dvm/utils/outbox_utils.py index 37f2f70..58ae595 100644 --- a/nostr_dvm/utils/outbox_utils.py +++ b/nostr_dvm/utils/outbox_utils.py @@ -64,6 +64,6 @@ AVOID_OUTBOX_RELAY_LIST = ["wss://nos.lol", "wss://fog.dedyn.io", "wss://relay.current.fyi", "wss://momostr.pink", "wss://nostr.bitcoinlighthouse.de", "wss://140.f7z.io", "wss://relay.nostrcheck.me", "wss://relay.mostr.pub", "wss://purplepag.es", - "wss://nostr.bitcoiner.social" + "wss://nostr.bitcoiner.social", "wss://relay.galtsgulch.cc" ]