From: github-actions Date: Fri, 28 Jun 2024 21:43:19 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.NoopProgress.html?a=commitdiff_plain;h=eaee649e58ad380148d0e3e5aab80c702720b616;p=bitcoindevkit.org Publish autogenerated nightly docs --- diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_tmp_plan/lib.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_tmp_plan/lib.rs.html index 6476a8cc38..c1451648b5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_tmp_plan/lib.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_tmp_plan/lib.rs.html @@ -459,11 +459,11 @@ 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::{ diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/types.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/types.rs.html index 056b73e672..8743d262e4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/types.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/types.rs.html @@ -148,7 +148,7 @@ use core::convert::AsRef; use bdk_chain::ConfirmationTime; -use bitcoin::blockdata::transaction::{OutPoint, Sequence, TxOut}; +use bitcoin::transaction::{OutPoint, Sequence, TxOut}; use bitcoin::{psbt, Weight}; use serde::{Deserialize, Serialize}; diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html index ec805262b2..2dc36c2edc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html @@ -5104,7 +5104,7 @@ #[doc(hidden)] macro_rules! floating_rate { ($rate:expr) => {{ - use $crate::bitcoin::blockdata::constants::WITNESS_SCALE_FACTOR; + use $crate::bitcoin::constants::WITNESS_SCALE_FACTOR; // sat_kwu / 250.0 -> sat_vb $rate.to_sat_per_kwu() as f64 / ((1000 / WITNESS_SCALE_FACTOR) as f64) }};