upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs
index eb43560..56f0e16 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -61,7 +61,6 @@ impl Connect for Client {
61 * to delete all messages */ 61 * to delete all messages */
62 "wss://nos.lol".to_string(), 62 "wss://nos.lol".to_string(),
63 "wss://relay.nostr.band".to_string(), 63 "wss://relay.nostr.band".to_string(),
64 "wss://relay.f7z.io".to_string(),
65 ] 64 ]
66 }; 65 };
67 66