From 4c1b930791f1e30abba1371dcc5d39eb92e4c8c2 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Fri, 13 Dec 2024 10:59:24 +0100 Subject: [PATCH] f Add `lightning-liquidtity` as reference implementation --- blip-0052.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/blip-0052.md b/blip-0052.md index 9580ddf..46f266b 100644 --- a/blip-0052.md +++ b/blip-0052.md @@ -22,6 +22,14 @@ LSPS2 requires [LSPS0/bLIP 50](./blip-0050.md) and therefore [BOLT8](https://git This bLIP is licensed under the MIT license. +## Reference Implementation + +A reference implementation of this protocol can be found as part of the +[`lightning-liquidity`][] crate. + +[`lightning-liquidity`]: https://github.com/lightningdevkit/rust-lightning/tree/main/lightning-liquidity + + ## Disclaimer > **Note** Nodes that naively prepayment probe can cause LSPs using LSPS2 to open channels early.