Skip to content

Commit 1e34c16

Browse files
fixup! Add utility to create an invoice using the ChannelManager
1 parent 6178f16 commit 1e34c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning-invoice/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,8 @@ impl<S> Display for SignOrCreationError<S> {
12901290
}
12911291
}
12921292

1293-
mod utils {
1293+
/// Convenient utilities for constructing an invoice.
1294+
pub mod utils {
12941295
use {Currency, Invoice, InvoiceBuilder, SemanticError, SignedRawInvoice};
12951296
use bech32::{FromBase32, ToBase32, u5};
12961297
use bitcoin_hashes::Hash;

0 commit comments

Comments
 (0)