]> Untitled Git - bdk/commit
Replace UTXO::is_internal with script_type
authorLLFourn <lloyd.fourn@gmail.com>
Thu, 3 Dec 2020 23:37:58 +0000 (10:37 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Thu, 3 Dec 2020 23:46:25 +0000 (10:46 +1100)
commit8dcb75dfa4cdfd061fecbb3c0d257750464c7a31
treecded53516d729b8e97158f42c1b9a6c1ffc809dd
parenta89dd858333111cd1b018610c774a95e1d709db6
Replace UTXO::is_internal with script_type

This means less conversion and logic mapping from bool to ScriptType and
back again.
src/blockchain/compact_filters/mod.rs
src/blockchain/utils.rs
src/database/keyvalue.rs
src/database/memory.rs
src/database/mod.rs
src/types.rs
src/wallet/coin_selection.rs
src/wallet/mod.rs
src/wallet/tx_builder.rs
testutils-macros/src/lib.rs