mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-07-28 18:02:26 +02:00
Merge pull request #698 from greenart7c3/main
fix wrong pubkey in encrypt/decrypt nip44 with external signer
This commit is contained in:
@@ -91,7 +91,7 @@ class NostrSignerExternal(
|
||||
|
||||
return launcher.encrypt(
|
||||
decryptedContent,
|
||||
pubKey,
|
||||
toPublicKey,
|
||||
SignerType.NIP44_ENCRYPT,
|
||||
onReady
|
||||
)
|
||||
@@ -102,7 +102,7 @@ class NostrSignerExternal(
|
||||
|
||||
return launcher.decrypt(
|
||||
encryptedContent,
|
||||
pubKey,
|
||||
fromPublicKey,
|
||||
SignerType.NIP44_DECRYPT,
|
||||
onReady
|
||||
)
|
||||
|
Reference in New Issue
Block a user