Skip to content

Commit

Permalink
Merge pull request #1134 from sander2/fix/build-error
Browse files Browse the repository at this point in the history
chore: fix docs building error
  • Loading branch information
gregdhill authored Jul 19, 2023
2 parents 23eac03 + f65f48d commit d9d055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitcoin/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://bitslog.com/2018/06/09/leaf-node-weakness-in-bitcoin-merkle-tree-design/> .
#[derive(Encode, Decode, Clone, TypeInfo, PartialEq)]
#[cfg_attr(feature = "std", derive(Debug))]
pub struct FullTransactionProof {
Expand Down

0 comments on commit d9d055f

Please sign in to comment.