Skip to content

Commit

Permalink
Implement test for electrum scanning logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirfomene committed May 18, 2023
1 parent 5a090fa commit 7898945
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/electrum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ readme = "README.md"
[dependencies]
bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "miniscript"] }
electrum-client = { version = "0.12" }

[dev-dependencies]
anyhow = "1"
electrsd = { version= "0.22", features = ["bitcoind_22_0", "electrs_0_9_1"] }
Loading

0 comments on commit 7898945

Please sign in to comment.