Remove usage of blockdata:: from bitcoin paths

In `rust-bitcoin` the `blockdata` module is a code organisation thing,
it should never have been public. One day those guys would like to
remove it, so as not to be a PITA for `bdk` when they do lets remove all
usage of `blockdata::` now.

Internal change only, no externally visible changes.
This commit is contained in:
Tobin C. Harding
2024-06-26 14:33:00 +10:00
parent 5c7cc30978
commit cf7aca84d1
4 changed files with 4 additions and 5 deletions

View File

@@ -18,11 +18,11 @@ use bdk_chain::{bitcoin, collections::*, miniscript};
use bitcoin::{
absolute,
bip32::{DerivationPath, Fingerprint, KeySource},
blockdata::transaction::Sequence,
ecdsa,
hashes::{hash160, ripemd160, sha256},
secp256k1::Secp256k1,
taproot::{self, LeafVersion, TapLeafHash},
transaction::Sequence,
ScriptBuf, TxIn, Witness, WitnessVersion,
};
use miniscript::{