From 2a6821b4260e16fb5de5d49845f614bea530b519 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 22 Feb 2024 08:06:46 +1100 Subject: [PATCH] Use link to CompactTarget in rustdoc --- bitcoin/src/pow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/pow.rs b/bitcoin/src/pow.rs index b5981080..e4f85b03 100644 --- a/bitcoin/src/pow.rs +++ b/bitcoin/src/pow.rs @@ -126,7 +126,7 @@ impl Target { /// The maximum **attainable** target value on mainnet. /// /// Not all target values are attainable because consensus code uses the compact format to - /// represent targets (see `CompactTarget`). + /// represent targets (see [`CompactTarget`]). pub const MAX_ATTAINABLE_MAINNET: Self = Target(U256(0xFFFF_u128 << (208 - 128), 0)); /// The proof of work limit on testnet.