]> Untitled Git - bdk/commit
refactor: move WalletChangeset to wallet module
authorVladimir Fomene <vladimirfomene@gmail.com>
Mon, 21 Aug 2023 12:18:16 +0000 (15:18 +0300)
committer志宇 <hello@evanlinjin.me>
Sat, 2 Sep 2023 17:48:01 +0000 (01:48 +0800)
commit68572bfd2e32efdeefaa46618e8e248d3a87f143
treebadb7346e6fc9283ab20da968bfc44fe0cb8e98d
parent2392e50fd9793902d480556caa4ec225085c82d6
refactor: move WalletChangeset to wallet module

Consequently, remove the `WalletChangeset` dependency from
`example_electrum` and `example_esplora` examples.
crates/bdk/src/wallet/mod.rs
crates/chain/src/keychain.rs
crates/chain/src/lib.rs
example-crates/example_electrum/src/main.rs
example-crates/example_esplora/src/main.rs