mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 23:12:32 +02:00
Fixes the encryption of NWC
This commit is contained in:
@@ -153,7 +153,7 @@ class NwcSignerState(
|
|||||||
val walletService = settings.zapPaymentRequest.value
|
val walletService = settings.zapPaymentRequest.value
|
||||||
if (walletService == null) throw IllegalArgumentException("No NIP47 setup")
|
if (walletService == null) throw IllegalArgumentException("No NIP47 setup")
|
||||||
|
|
||||||
val event = LnZapPaymentRequestEvent.create(bolt11, walletService.pubKeyHex, signer)
|
val event = LnZapPaymentRequestEvent.create(bolt11, walletService.pubKeyHex, nip47Signer.value)
|
||||||
|
|
||||||
val filter =
|
val filter =
|
||||||
NWCPaymentQueryState(
|
NWCPaymentQueryState(
|
||||||
|
Reference in New Issue
Block a user