We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5a4b9 commit 310fdc3Copy full SHA for 310fdc3
1 file changed
src/config.rs
@@ -235,7 +235,9 @@ pub enum HRNResolverConfig {
235
pub struct HumanReadableNamesConfig {
236
/// This sets how our node resolves names when we want to send a payment.
237
pub client_resolution_config: HRNResolverConfig,
238
- /// if set, this allows others to use our node for HRN resolutions.
+ /// If set, this allows others to use our node for HRN resolutions ([bLIP-32]).
239
+ ///
240
+ /// [bLIP-32]: https://github.com/lightning/blips/blob/master/blip-0032.md
241
pub disable_hrn_resolution_service: bool,
242
}
243
0 commit comments