Skip to content

Commit 592d9c7

Browse files
authored
Merge pull request #3671 from TheBlueMatt/2025-03-export-invoice
Re-export `lightning-invoice` as `bolt11-invoice` from `lightning`
2 parents 9626561 + 7c04e1b commit 592d9c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ extern crate alloc;
5454
pub extern crate lightning_types as types;
5555

5656
pub extern crate bitcoin;
57+
58+
pub extern crate lightning_invoice as bolt11_invoice;
59+
5760
#[cfg(any(test, feature = "std"))]
5861
extern crate core;
5962

0 commit comments

Comments
 (0)