]> Untitled Git - bdk/commit
chore: rename `ConfirmationTimeAnchor` to `ConfirmationTimeHeightAnchor`
authorWei Chen <wzc110@gmail.com>
Sun, 12 Nov 2023 13:31:44 +0000 (21:31 +0800)
committerWei Chen <wzc110@gmail.com>
Sun, 12 Nov 2023 13:31:47 +0000 (21:31 +0800)
commit0112c67b6031b55a6c73f797db52d64a1b4ee38a
tree1050c9f7f062fce96f47516959c29c882e097cd0
parent0a7b60f0f7662f535d0b3db196a3c3dd7ba95fa1
chore: rename `ConfirmationTimeAnchor` to `ConfirmationTimeHeightAnchor`

An `Anchor` implementation that records both height and time should have
both attributes included in the name.
crates/bdk/src/wallet/mod.rs
crates/chain/src/chain_data.rs
crates/electrum/src/electrum_ext.rs
crates/esplora/src/async_ext.rs
crates/esplora/src/blocking_ext.rs
crates/esplora/src/lib.rs
example-crates/example_bitcoind_rpc_polling/src/main.rs
example-crates/example_esplora/src/main.rs