Skip to content

Commit

Permalink
Remove relay.nostr.band
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 8, 2024
1 parent b6d1e43 commit f85959a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nostr_dms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ use nostr_sdk::{Client, RelayPoolNotification};
use std::str::FromStr;
use tonic_openssl_lnd::lnrpc;

pub const RELAYS: [&str; 8] = [
pub const RELAYS: [&str; 7] = [
"wss://nostr.mutinywallet.com",
"wss://relay.mutinywallet.com",
"wss://relay.primal.net",
"wss://relay.snort.social",
"wss://relay.nostr.band",
"wss://eden.nostr.land",
"wss://nos.lol",
"wss://relay.damus.io",
Expand Down

0 comments on commit f85959a

Please sign in to comment.