Fixes the encryption of NWC

This commit is contained in:
Vitor Pamplona
2025-08-07 16:07:15 -04:00
parent 86b4957067
commit 10c5db8281

View File

@@ -153,7 +153,7 @@ class NwcSignerState(
val walletService = settings.zapPaymentRequest.value
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 =
NWCPaymentQueryState(