]> Untitled Git - bdk/commit
refactor(wallet)!: rename LoadParams methods
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Tue, 6 Aug 2024 18:21:16 +0000 (14:21 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Wed, 14 Aug 2024 16:18:31 +0000 (12:18 -0400)
commit2391b765eecdfd36f3b7d69aec646c33516f7afa
tree59e5ac317b9082bea083f264701d3ceec80e4ec7
parentcc84872bdd5dc640dc5946998cf42192d6abb0f6
refactor(wallet)!: rename LoadParams methods

The network and genesis_hash methods on the LoadParams struct have been
renamed to check_network and check_genesis_hash to better reflect their
use.
crates/wallet/README.md
crates/wallet/src/wallet/mod.rs
crates/wallet/src/wallet/params.rs
crates/wallet/tests/wallet.rs
example-crates/wallet_electrum/src/main.rs
example-crates/wallet_esplora_async/src/main.rs
example-crates/wallet_esplora_blocking/src/main.rs
example-crates/wallet_rpc/src/main.rs