File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -241,9 +241,11 @@ pub enum HRNResolverConfig {
241241 dns_server_address : String ,
242242 /// If set to true, this allows others to use our node for HRN resolutions.
243243 ///
244- /// **Note:** Enabling `enable_hrn_resolution_service` is only one part of the
245- /// configuration. For resolution to function correctly, the local node must
246- /// also be configured as an **announceable node** within the network.
244+ /// **Note:** Enabling `enable_hrn_resolution_service` allows your node to act
245+ /// as a resolver for the rest of the network. For this to work, your node must
246+ /// be announceable (publicly visible in the network graph) so that other nodes
247+ /// can route resolution requests to you via Onion Messages. This does not affect
248+ /// your node's ability to resolve names for its own outgoing payments.
247249 enable_hrn_resolution_service : bool ,
248250 } ,
249251}
You can’t perform that action at this time.
0 commit comments