From f65f48d733e6c3508298e971cfdb7b13aba0c106 Mon Sep 17 00:00:00 2001 From: Sander Bosma Date: Wed, 19 Jul 2023 18:29:00 +0200 Subject: [PATCH] chore: fix docs building error --- crates/bitcoin/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitcoin/src/types.rs b/crates/bitcoin/src/types.rs index 10d3115737..a78557f3bc 100644 --- a/crates/bitcoin/src/types.rs +++ b/crates/bitcoin/src/types.rs @@ -25,7 +25,7 @@ use serde::{Deserialize, Serialize}; pub(crate) const SERIALIZE_TRANSACTION_NO_WITNESS: i32 = 0x4000_0000; /// We also check the coinbase proof in order to defend against the 'leaf-node weakness'. -/// See https://bitslog.com/2018/06/09/leaf-node-weakness-in-bitcoin-merkle-tree-design/ . +/// See . #[derive(Encode, Decode, Clone, TypeInfo, PartialEq)] #[cfg_attr(feature = "std", derive(Debug))] pub struct FullTransactionProof {