Skip to content

Commit c84c2b6

Browse files
authored
Merge pull request #3068 from toxeus/main
Re-export bitcoin crate
2 parents 1d452d0 + 9cbb4e2 commit c84c2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ compile_error!("Tests will always fail with cfg=fuzzing");
6161

6262
#[macro_use]
6363
extern crate alloc;
64-
extern crate bitcoin;
64+
pub extern crate bitcoin;
6565
#[cfg(any(test, feature = "std"))]
6666
extern crate core;
6767

0 commit comments

Comments
 (0)