Skip to content

Commit 23e948f

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

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
@@ -120,7 +120,7 @@ pub enum Error {
120120
LiquiditySourceUnavailable,
121121
/// The given operation failed due to the LSP's required opening fee being too high.
122122
LiquidityFeeTooHigh,
123-
/// Parsing a Human-Readable Name has failed
123+
/// Parsing a Human-Readable Name has failed.
124124
HrnParsingFailed,
125125
/// The given operation failed due to DNS resolvers not being configured.
126126
DnsResolversUnavailable,

0 commit comments

Comments
 (0)