diff --git a/api/bitcoin/all-features.txt b/api/bitcoin/all-features.txt index d9ad3d9b6..6ea3c5d39 100644 --- a/api/bitcoin/all-features.txt +++ b/api/bitcoin/all-features.txt @@ -7602,7 +7602,7 @@ pub fn bitcoin::blockdata::block::Header::consensus_decode_from_finite_reader(&self, r: &mut R) -> core::result::Result pub fn bitcoin::blockdata::block::Header::deserialize<__D>(__deserializer: __D) -> core::result::Result::Error> where __D: serde::de::Deserializer<'de> pub fn bitcoin::blockdata::block::Header::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::blockdata::block::Header::difficulty_float(&self) -> f64 +pub fn bitcoin::blockdata::block::Header::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::blockdata::block::Header::eq(&self, other: &bitcoin::blockdata::block::Header) -> bool pub fn bitcoin::blockdata::block::Header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::blockdata::block::Header::hash<__H: core::hash::Hasher>(&self, state: &mut __H) @@ -9087,7 +9087,7 @@ pub fn bitcoin::pow::Target::clone(&self) -> bitcoin::pow::Target pub fn bitcoin::pow::Target::cmp(&self, other: &bitcoin::pow::Target) -> core::cmp::Ordering pub fn bitcoin::pow::Target::deserialize<__D>(__deserializer: __D) -> core::result::Result::Error> where __D: serde::de::Deserializer<'de> pub fn bitcoin::pow::Target::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::pow::Target::difficulty_float(&self) -> f64 +pub fn bitcoin::pow::Target::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::pow::Target::eq(&self, other: &bitcoin::pow::Target) -> bool pub fn bitcoin::pow::Target::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::pow::Target::from(c: bitcoin::pow::CompactTarget) -> Self diff --git a/api/bitcoin/default-features.txt b/api/bitcoin/default-features.txt index b56d80bba..afd4cafa9 100644 --- a/api/bitcoin/default-features.txt +++ b/api/bitcoin/default-features.txt @@ -7239,7 +7239,7 @@ pub fn bitcoin::blockdata::block::Header::consensus_decode(r: &mut R) -> core::result::Result pub fn bitcoin::blockdata::block::Header::consensus_encode(&self, r: &mut R) -> core::result::Result pub fn bitcoin::blockdata::block::Header::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::blockdata::block::Header::difficulty_float(&self) -> f64 +pub fn bitcoin::blockdata::block::Header::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::blockdata::block::Header::eq(&self, other: &bitcoin::blockdata::block::Header) -> bool pub fn bitcoin::blockdata::block::Header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::blockdata::block::Header::hash<__H: core::hash::Hasher>(&self, state: &mut __H) @@ -8618,7 +8618,7 @@ pub fn bitcoin::pow::CompactTarget::to_consensus(self) -> u32 pub fn bitcoin::pow::Target::clone(&self) -> bitcoin::pow::Target pub fn bitcoin::pow::Target::cmp(&self, other: &bitcoin::pow::Target) -> core::cmp::Ordering pub fn bitcoin::pow::Target::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::pow::Target::difficulty_float(&self) -> f64 +pub fn bitcoin::pow::Target::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::pow::Target::eq(&self, other: &bitcoin::pow::Target) -> bool pub fn bitcoin::pow::Target::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::pow::Target::from(c: bitcoin::pow::CompactTarget) -> Self diff --git a/api/bitcoin/no-features.txt b/api/bitcoin/no-features.txt index 2126fff0a..4c3802f5f 100644 --- a/api/bitcoin/no-features.txt +++ b/api/bitcoin/no-features.txt @@ -6600,7 +6600,7 @@ pub fn bitcoin::blockdata::block::Header::consensus_decode(r: &mut R) -> core::result::Result pub fn bitcoin::blockdata::block::Header::consensus_encode(&self, r: &mut R) -> core::result::Result pub fn bitcoin::blockdata::block::Header::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::blockdata::block::Header::difficulty_float(&self) -> f64 +pub fn bitcoin::blockdata::block::Header::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::blockdata::block::Header::eq(&self, other: &bitcoin::blockdata::block::Header) -> bool pub fn bitcoin::blockdata::block::Header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::blockdata::block::Header::hash<__H: core::hash::Hasher>(&self, state: &mut __H) @@ -7763,7 +7763,7 @@ pub fn bitcoin::pow::CompactTarget::to_consensus(self) -> u32 pub fn bitcoin::pow::Target::clone(&self) -> bitcoin::pow::Target pub fn bitcoin::pow::Target::cmp(&self, other: &bitcoin::pow::Target) -> core::cmp::Ordering pub fn bitcoin::pow::Target::difficulty(&self, params: impl core::convert::AsRef) -> u128 -pub fn bitcoin::pow::Target::difficulty_float(&self) -> f64 +pub fn bitcoin::pow::Target::difficulty_float(&self, params: impl core::convert::AsRef) -> f64 pub fn bitcoin::pow::Target::eq(&self, other: &bitcoin::pow::Target) -> bool pub fn bitcoin::pow::Target::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result pub fn bitcoin::pow::Target::from(c: bitcoin::pow::CompactTarget) -> Self