We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f3cc5 commit 9cec3f4Copy full SHA for 9cec3f4
src/payment/store.rs
@@ -314,10 +314,10 @@ pub enum PaymentKind {
314
/// The secret used by the payment.
315
secret: Option<PaymentSecret>,
316
},
317
- /// A [BOLT 11] payment intended to open an [LSPS 2] just-in-time channel.
+ /// A [BOLT 11] payment intended to open an [bLIP-52 / LSPS 2] just-in-time channel.
318
///
319
/// [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
+ /// [bLIP-52 / LSPS2]: https://github.com/lightning/blips/blob/master/blip-0052.md
321
Bolt11Jit {
322
/// The payment hash, i.e., the hash of the `preimage`.
323
hash: PaymentHash,
0 commit comments