Merge pull request #3068 from toxeus/main
[rust-lightning] / lightning / src / lib.rs
index be3da45528bad0e0f756c9419b46ba50faade4a9..5274ea0bf309ce2d0709936d496d8a098b561ebc 100644 (file)
@@ -61,7 +61,7 @@ compile_error!("Tests will always fail with cfg=fuzzing");
 
 #[macro_use]
 extern crate alloc;
-extern crate bitcoin;
+pub extern crate bitcoin;
 #[cfg(any(test, feature = "std"))]
 extern crate core;