Skip to content

Commit

Permalink
refactor: replace bdk::error with custom error
Browse files Browse the repository at this point in the history
- replace bdk::error with custom error enum
- update imports

[Ticket: X]
  • Loading branch information
tvpeter committed Feb 6, 2025
1 parent b8d2357 commit c7bd335
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 190 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ bdk_electrum ={ version = "0.20.1", optional = true}
bdk_esplora ={ version = "0.20.1", features = ["async"], optional = true}
bdk_bitcoind_rpc = {version = "0.17.1", optional = true}
hwi = {version = "0.10.0", optional = true}
electrum-client = "0.23.0"


# Platform-specific dependencies
[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
Loading

0 comments on commit c7bd335

Please sign in to comment.