We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b4cf commit 2e75be9Copy full SHA for 2e75be9
src/config.rs
@@ -168,7 +168,7 @@ pub struct Config {
168
/// **Note:** If unset, default parameters will be used, and you will be able to override the
169
/// parameters on a per-payment basis in the corresponding method calls.
170
pub sending_parameters: Option<SendingParameters>,
171
- /// The dns_resolver node_ids to be used for resolving Human-readable Names.
+ /// The dns_resolvers node_ids to be used for resolving Human-readable Names.
172
///
173
/// If set to `Some`, the values set will be used as dns_resolvers when sending to HRNs.
174
/// **Note:** If set to `None`, payments to HRNs will fail.
0 commit comments