alby-hub/lnclient
Josip 3b3e784fa6
fix: fallback to outgoing payments in Phoenixd LookupInvoice (#2447)
* fix: fallback to outgoing payments in Phoenixd LookupInvoice

LookupInvoice only queried /payments/incoming/{hash}, returning 404 for
outgoing payments. This caused all outgoing Lightning payments to remain
permanently stuck as PENDING in Alby Hub.

The fix tries incoming first (preserving existing behavior), then falls
back to listing outgoing payments and matching by paymentHash.

Fixes #2442

* fix: amount and fees in phoenix payment to transaction

---------

Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
2026-08-06 17:24:10 +07:00
..
bark chore: update bark bindings to v0.12.1 (#2477) 2026-07-29 14:25:25 +07:00
cashu chore: remove json tags from lnclient models (#2375) 2026-05-25 20:26:07 +05:30
cln feat: generate CLN invoice preimage ourselves to support sub-wallets (#2412) 2026-06-08 21:20:51 +07:00
ldk fix: use async LDK event polling to avoid polling delay (#2494) 2026-08-04 23:14:30 +07:00
lnd build(deps): bump github.com/lightningnetwork/lnd from 0.20.1-beta to 0.21.0-beta (#2402) 2026-07-27 19:48:54 +07:00
phoenixd fix: fallback to outgoing payments in Phoenixd LookupInvoice (#2447) 2026-08-06 17:24:10 +07:00
models.go chore: remove json tags from lnclient models (#2375) 2026-05-25 20:26:07 +05:30