Skip to content

Commit 7c04e1b

Browse files
committed
Re-export lightning-invoice as bolt11-invoice from lightning
Now that `lightning` depends on `lightning-invoice`, we should re-export it like we do `bitcoin` and `types`.
1 parent 1fc2726 commit 7c04e1b

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)