Skip to content

Commit f34e278

Browse files
committed
fixup! Add support for sending to human-readable names that resolve to Bolt12 Offers
1 parent 70077b2 commit f34e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub enum Error {
122122
LiquidityFeeTooHigh,
123123
/// Parsing a Human-Readable Name has failed
124124
HrnParsingFailed,
125-
/// The given operation failed due to `dns-resolvers` not being configured in builder.
125+
/// The given operation failed due to DNS resolvers not being configured.
126126
DnsResolversUnavailable,
127127
}
128128

0 commit comments

Comments
 (0)