You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose blinded payment paths in decoded BOLT12 invoices
`DecodeInvoiceResponse` previously dropped the blinded payment paths of
a decoded BOLT12 invoice. It now carries them in a new `paths` field,
mirroring the `paths` already exposed for decoded BOLT12 offers. BOLT11
invoices leave the field empty, as they carry route hints instead.
The blinded-path-to-proto conversion is extracted from `decode_offer`
into a shared `blinded_path_to_proto` helper, so offer decoding (blinded
message paths) and invoice decoding (blinded payment paths) build the
same `BlindedPath` representation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments