Skip to content

Commit 0841dc2

Browse files
authored
Remove HTTP and fix url client
1 parent 1b327b2 commit 0841dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/nostr/client.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function main() {
1212
console.log("Secret key (bech32): ", keys.secretKey.toBech32());
1313

1414
let client = new Client(keys);
15-
await client.addRelay("wss://https://relay.nostr.net");
15+
await client.addRelay("wss://relay.nostr.net");
1616
await client.connect();
1717

1818

0 commit comments

Comments
 (0)