Skip to content

Commit ff9f627

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 7613161 commit ff9f627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/lib.rs

+3
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)