]> Untitled Git - bdk-cli/commit
refactor: replace bdk::error with custom error
authorVihiga Tyonum <withtvpeter@gmail.com>
Thu, 6 Feb 2025 12:14:32 +0000 (13:14 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Thu, 6 Feb 2025 14:03:23 +0000 (15:03 +0100)
commit50233dd3fd1b752f209df74813b2dc028105cf6f
tree3a61c043f9ebbb9899bb5e734299fc1e652a4dea
parentb8d235731e9c4b8375d7967d1295e474db8e5259
refactor: replace bdk::error with custom error

- replace bdk::error with custom error enum
- update imports and handling of errors

[Ticket: X]
Cargo.lock
Cargo.toml
src/commands.rs
src/handlers.rs
src/main.rs
src/utils.rs
src/wasm.rs