Remove stale link
This commit is contained in:
parent
7d54cd3485
commit
be8aee6968
|
@ -61,8 +61,6 @@ macro_rules! do_impl {
|
|||
/// A 256 bit integer representing work.
|
||||
///
|
||||
/// 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)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
#[cfg_attr(feature = "serde", serde(crate = "actual_serde"))]
|
||||
|
|
Loading…
Reference in New Issue