mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-21 14:09:17 +02:00
Merge pull request #152 from brugeman/patch-1
Fix pubkey param to nip46 connect call
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user