Skip to content

Commit c2a7ff2

Browse files
committed
Fix docs on dns_resolver module
1 parent 4613676 commit c2a7ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dns_resolver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! A [`HrnResolver`] which uses `reqwest` and `dns.google` (8.8.8.8) to resolve Human Readable
2-
//! Names into bitcoin payment instructions.
1+
//! A [`HrnResolver`] which uses any recursive DNS resolver to resolve Human Readable Names into
2+
//! bitcoin payment instructions.
33
44
use std::boxed::Box;
55
use std::net::SocketAddr;

0 commit comments

Comments
 (0)