mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-02 01:19:17 +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(
|
||||
decryptedContent,
|
||||
pubKey,
|
||||
toPublicKey,
|
||||
SignerType.NIP44_ENCRYPT,
|
||||
onReady
|
||||
)
|
||||
@ -102,7 +102,7 @@ class NostrSignerExternal(
|
||||
|
||||
return launcher.decrypt(
|
||||
encryptedContent,
|
||||
pubKey,
|
||||
fromPublicKey,
|
||||
SignerType.NIP44_DECRYPT,
|
||||
onReady
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user