Skip to content

Commit 2e75be9

Browse files
committed
fixup! Allow setting default DNS resolvers for HRNs
1 parent 549b4cf commit 2e75be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub struct Config {
168168
/// **Note:** If unset, default parameters will be used, and you will be able to override the
169169
/// parameters on a per-payment basis in the corresponding method calls.
170170
pub sending_parameters: Option<SendingParameters>,
171-
/// The dns_resolver node_ids to be used for resolving Human-readable Names.
171+
/// The dns_resolvers node_ids to be used for resolving Human-readable Names.
172172
///
173173
/// If set to `Some`, the values set will be used as dns_resolvers when sending to HRNs.
174174
/// **Note:** If set to `None`, payments to HRNs will fail.

0 commit comments

Comments
 (0)