Skip to content

Commit c397fae

Browse files
committed
wip,example_cli: use bdk_tx to create PSBTs
1 parent eeedb4e commit c397fae

File tree

2 files changed

+119
-197
lines changed

2 files changed

+119
-197
lines changed

examples/example_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ edition = "2021"
99
bdk_chain = { path = "../../crates/chain", features = ["serde", "miniscript"]}
1010
bdk_coin_select = "0.4"
1111
bdk_file_store = { path = "../../crates/file_store" }
12+
bdk_tx = { version = "0.1.0" }
1213
bitcoin = { version = "0.32.0", features = ["base64"], default-features = false }
1314

1415
anyhow = "1"

0 commit comments

Comments
 (0)