Skip to content

Commit eff7c14

Browse files
committed
Add an LSPS2-aware BOLT12 router wrapper
Introduce `LSPS2BOLT12Router` to map registered offers to LSPS2 invoice parameters and build blinded payment paths through the negotiated intercept `SCID`. All other routing behavior still delegates to the wrapped router. Co-Authored-By: HAL 9000
1 parent 9f3d035 commit eff7c14

2 files changed

Lines changed: 541 additions & 0 deletions

File tree

lightning-liquidity/src/lsps2/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ pub mod client;
1313
pub mod event;
1414
pub mod msgs;
1515
pub(crate) mod payment_queue;
16+
pub mod router;
1617
pub mod service;
1718
pub mod utils;

0 commit comments

Comments
 (0)