]> Untitled Git - bdk/commit
Use () to indicate a missing blockchain
authorLLFourn <lloyd.fourn@gmail.com>
Wed, 23 Dec 2020 02:48:17 +0000 (13:48 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Wed, 23 Dec 2020 03:52:29 +0000 (14:52 +1100)
commit656c9c9da88d7de14efcda8966bbe8c48e197da7
tree908c22e7a5ab97cd210dddd6e18a6aa14574663f
parent2e222c7ad98d0c624abe852281a8ca84c53dfd10
Use () to indicate a missing blockchain

So that:
1. There are no runtime errors
2. There less type annotations needed
3. Less traits and stuff to document
14 files changed:
CHANGELOG.md
README.md
examples/address_validator.rs
examples/compiler.rs
src/blockchain/mod.rs
src/database/any.rs
src/descriptor/template.rs
src/error.rs
src/lib.rs
src/wallet/address_validator.rs
src/wallet/coin_selection.rs
src/wallet/export.rs
src/wallet/mod.rs
src/wallet/signer.rs