We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d1e43 commit f85959aCopy full SHA for f85959a
src/nostr_dms.rs
@@ -14,12 +14,11 @@ use nostr_sdk::{Client, RelayPoolNotification};
14
use std::str::FromStr;
15
use tonic_openssl_lnd::lnrpc;
16
17
-pub const RELAYS: [&str; 8] = [
+pub const RELAYS: [&str; 7] = [
18
"wss://nostr.mutinywallet.com",
19
"wss://relay.mutinywallet.com",
20
"wss://relay.primal.net",
21
"wss://relay.snort.social",
22
- "wss://relay.nostr.band",
23
"wss://eden.nostr.land",
24
"wss://nos.lol",
25
"wss://relay.damus.io",
0 commit comments