mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-12 12:30:50 +02:00
fix wrong pubkey in encrypt and decrypt nip44 external signer
This commit is contained in:
parent
8a18781048
commit
285ae056a2
@ -91,7 +91,7 @@ class NostrSignerExternal(
|
|||||||
|
|
||||||
return launcher.encrypt(
|
return launcher.encrypt(
|
||||||
decryptedContent,
|
decryptedContent,
|
||||||
pubKey,
|
toPublicKey,
|
||||||
SignerType.NIP44_ENCRYPT,
|
SignerType.NIP44_ENCRYPT,
|
||||||
onReady
|
onReady
|
||||||
)
|
)
|
||||||
@ -102,7 +102,7 @@ class NostrSignerExternal(
|
|||||||
|
|
||||||
return launcher.decrypt(
|
return launcher.decrypt(
|
||||||
encryptedContent,
|
encryptedContent,
|
||||||
pubKey,
|
fromPublicKey,
|
||||||
SignerType.NIP44_DECRYPT,
|
SignerType.NIP44_DECRYPT,
|
||||||
onReady
|
onReady
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user