We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
features
1 parent b167aab commit 136cac6Copy full SHA for 136cac6
lightning-types/src/features.rs
@@ -73,7 +73,7 @@
73
//! - `DnsResolver` - supports resolving DNS names to TXT DNSSEC proofs for BIP 353 payments
74
//! (see [bLIP 32](https://github.com/lightning/blips/blob/master/blip-0032.md) for more information).
75
//! - `ProvideStorage` - Indicates that we offer the capability to store data of our peers
76
-//! (see https://github.com/lightning/bolts/pull/1110 for more info).
+//! (see [BOLT PR #1110](https://github.com/lightning/bolts/pull/1110) for more info).
77
//! - `Quiescence` - protocol to quiesce a channel by indicating that "SomeThing Fundamental is Underway"
78
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#channel-quiescence) for more information).
79
//!
0 commit comments