Skip to content

Commit 9cec3f4

Browse files
committed
Update LSPS2 link in payment store
1 parent e9f3cc5 commit 9cec3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/payment/store.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ pub enum PaymentKind {
314314
/// The secret used by the payment.
315315
secret: Option<PaymentSecret>,
316316
},
317-
/// A [BOLT 11] payment intended to open an [LSPS 2] just-in-time channel.
317+
/// A [BOLT 11] payment intended to open an [bLIP-52 / LSPS 2] just-in-time channel.
318318
///
319319
/// [BOLT 11]: https://github.com/lightning/bolts/blob/master/11-payment-encoding.md
320-
/// [LSPS 2]: https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS2/README.md
320+
/// [bLIP-52 / LSPS2]: https://github.com/lightning/blips/blob/master/blip-0052.md
321321
Bolt11Jit {
322322
/// The payment hash, i.e., the hash of the `preimage`.
323323
hash: PaymentHash,

0 commit comments

Comments
 (0)