Skip to content

Commit f85959a

Browse files
committed
Remove relay.nostr.band
1 parent b6d1e43 commit f85959a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nostr_dms.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ use nostr_sdk::{Client, RelayPoolNotification};
1414
use std::str::FromStr;
1515
use tonic_openssl_lnd::lnrpc;
1616

17-
pub const RELAYS: [&str; 8] = [
17+
pub const RELAYS: [&str; 7] = [
1818
"wss://nostr.mutinywallet.com",
1919
"wss://relay.mutinywallet.com",
2020
"wss://relay.primal.net",
2121
"wss://relay.snort.social",
22-
"wss://relay.nostr.band",
2322
"wss://eden.nostr.land",
2423
"wss://nos.lol",
2524
"wss://relay.damus.io",

0 commit comments

Comments
 (0)