diff --git a/src/services/nostr-connect.ts b/src/services/nostr-connect.ts index de6ab6fa4..1e7b55e18 100644 --- a/src/services/nostr-connect.ts +++ b/src/services/nostr-connect.ts @@ -192,7 +192,7 @@ export class NostrConnectClient { try { const result = await this.makeRequest( NostrConnectMethod.Connect, - [this.publicKey, token || '', Perms], + [this.pubkey, token || '', Perms], ); this.isConnected = true; return result;