Skip to content

Commit 310fdc3

Browse files
committed
fixup! Add configuration options for HRN settings
Add link to bLIP-32 doc.
1 parent 7c5a4b9 commit 310fdc3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ pub enum HRNResolverConfig {
235235
pub struct HumanReadableNamesConfig {
236236
/// This sets how our node resolves names when we want to send a payment.
237237
pub client_resolution_config: HRNResolverConfig,
238-
/// if set, this allows others to use our node for HRN resolutions.
238+
/// 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
239241
pub disable_hrn_resolution_service: bool,
240242
}
241243

0 commit comments

Comments
 (0)