Remove stale link

This commit is contained in:
Tobin C. Harding 2023-10-05 15:19:33 +11:00
parent 7d54cd3485
commit be8aee6968
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ macro_rules! do_impl {
/// A 256 bit integer representing work. /// A 256 bit integer representing work.
/// ///
/// Work is a measure of how difficult it is to find a hash below a given [`Target`]. /// Work is a measure of how difficult it is to find a hash below a given [`Target`].
///
/// ref: <https://en.bitcoin.it/wiki/Work>
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "serde", serde(crate = "actual_serde"))] #[cfg_attr(feature = "serde", serde(crate = "actual_serde"))]