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
LDK Node's `add_liquidity_source()` registers an LSP generically and
discovers its supported protocols (LSPS1/LSPS2) via bLIP-50 / LSPS0.
Replace the single `[liquidity.lsps2_client]` section with a
`[[liquidity.lsps_client]]` array so several LSPs can be registered. Each
entry is passed to `add_liquidity_source()` on startup, after which LSPS2
JIT invoices select the cheapest fee offer across every LSPS2-capable
LSP.
Surface the per-LSP `trust_peer_0conf` flag, previously hardcoded to
`false`. It is required rather than defaulted, since accepting
0-confirmation channels from an LSP is a trust decision each operator
should make explicitly.
0 commit comments