Skip to content

Commit c77ddaf

Browse files
committed
Reexport bdk_coin_select in lib.rs
1 parent b688674 commit c77ddaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ extern crate alloc;
88
#[cfg(feature = "std")]
99
extern crate std;
1010

11+
pub extern crate bdk_coin_select;
12+
1113
mod canonical_unspents;
1214
mod finalizer;
1315
mod input;

0 commit comments

Comments
 (0)