Skip to content

Commit a513ea5

Browse files
committed
fix formatting issues
1 parent 0957e26 commit a513ea5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

decoding/inputs-prev-txid.mdx

Lines changed: 8 additions & 4 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

@@ -133,11 +136,12 @@ The TXID is created differently depending on the transaction type:
133136
- **Segwit transactions**: HASH256 of transaction data, excluding the marker, flag, and witness fields
134137

135138
This difference in segwit transactions was intentionally designed to prevent transaction malleability, as signatures are no longer part of the TXID calculation.
139+
136140
<ExpandableAlert title="Historical Note" type="info">
137141
There was a unique situation in Bitcoin's history where duplicate TXIDs occurred in blocks 91,722 and 91,880. This led to:
138-
139-
1. BIP 30: Preventing blocks from containing duplicate TXIDs
140-
2. BIP 34: Requiring coinbase transactions to include block height in their data
142+
143+
BIP 30: Preventing blocks from containing duplicate TXIDs
144+
BIP 34: Requiring coinbase transactions to include block height in their data
141145
</ExpandableAlert>
142146

143147
## Implementation Details

0 commit comments

Comments
 (0)