Skip to content

Commit f90a77b

Browse files
committed
Add LSPS2 BOLT12 custom router
Introduce a router wrapper that maps BOLT12 offer ids to LSPS2 invoice parameters and injects intercept-SCID blinded payment paths while delegating all other routing logic to an inner router. Co-Authored-By: HAL 9000
1 parent aa3fb3d commit f90a77b

2 files changed

Lines changed: 539 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)