Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiPSOFT committed Feb 15, 2023
1 parent bfb0750 commit b489bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/lib/nostr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class NostrCheck extends Nostr {
}

eventRelayConnected() {
console.log('Relay connected');
console.log('Relay connected - wss://relay.nostrprotocol.net');
this.intervalId = setInterval(this.checkUsers.bind(this), 1000);
}

Expand Down

0 comments on commit b489bdf

Please sign in to comment.