Skip to content

Commit ede00fc

Browse files
authored
Merge pull request #57 from jrakibi/fix-errorr-in-prevtxid
Fix errorr in prevtxid
2 parents 906abb0 + 620c6c2 commit ede00fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

decoding/inputs-prev-txid.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ category: Transactions
77
layout: TopicBanner
88
order: 3.3
99
icon: "FaClipboardList"
10-
images: ["/bitcoin-topics/static/images/topics/thumbnails/transaction-module/fees-thumbnail-prevtxid.jpg"]
10+
images:
11+
[
12+
"/bitcoin-topics/static/images/topics/thumbnails/transaction-module/fees-thumbnail-prevtxid.jpg"
13+
]
1114
parent: "transaction-structure"
1215
---
1316

@@ -135,11 +138,8 @@ The TXID is created differently depending on the transaction type:
135138
This difference in segwit transactions was intentionally designed to prevent transaction malleability, as signatures are no longer part of the TXID calculation.
136139

137140
<ExpandableAlert title="Historical Note" type="info">
138-
There was a unique situation in Bitcoin's history where duplicate TXIDs occurred in blocks 91,722 and 91,880. This led to:
139-
140-
1. BIP 30: Preventing blocks from containing duplicate TXIDs
141-
2. BIP 34: Requiring coinbase transactions to include block height in their data
142-
</ExpandableAlert>
141+
There was a unique situation in Bitcoin's history where duplicate TXIDs occurred in blocks 91,722 and 91,880. As a result, BIP 30 was implemented to prevent blocks from containing duplicate TXIDs, and BIP 34 was introduced to require coinbase transactions to include block height in their data.
142+
</ExpandableAlert>
143143

144144
## Implementation Details
145145

0 commit comments

Comments
 (0)