From 78222da4bca1d896453a64f21b2daf5357c2f303 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Sun, 4 Feb 2024 22:18:16 +0000 Subject: [PATCH] Change NWA relay to mutiny one --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c5da743..57944ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ mod routes; mod subscription_handler; mod utils; -const DEFAULT_AUTH_RELAY: &str = "wss://relay.damus.io"; +const DEFAULT_AUTH_RELAY: &str = "wss://relay.mutinywallet.com"; #[derive(Clone)] pub struct State {