mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-22 15:19:47 +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 {
|
try {
|
||||||
const result = await this.makeRequest(
|
const result = await this.makeRequest(
|
||||||
NostrConnectMethod.Connect,
|
NostrConnectMethod.Connect,
|
||||||
[this.publicKey, token || '', Perms],
|
[this.pubkey, token || '', Perms],
|
||||||
);
|
);
|
||||||
this.isConnected = true;
|
this.isConnected = true;
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user