]> Untitled Git - bdk/commit
Remove usage of blockdata:: from bitcoin paths
authorTobin C. Harding <me@tobin.cc>
Wed, 26 Jun 2024 04:33:00 +0000 (14:33 +1000)
committerTobin C. Harding <me@tobin.cc>
Thu, 27 Jun 2024 00:27:54 +0000 (10:27 +1000)
commitcf7aca84d113e639441350651112e9e701364497
treef689084d962e2f8db24099aa471be426b39d81fb
parent5c7cc30978d793b028d00ae65567540d7770ecec
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.
crates/wallet/src/types.rs
crates/wallet/src/wallet/mod.rs
crates/wallet/tests/wallet.rs
nursery/tmp_plan/src/lib.rs