mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-22 23:22:27 +02:00
Fix pubkey param to nip46 connect call
NIP46 requires remote_user_pubkey as first param.
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