Skip to content

Commit 0957e26

Browse files
committed
fix formating issue
1 parent e04e071 commit 0957e26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

decoding/inputs-prev-txid.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,11 @@ The TXID is created differently depending on the transaction type:
133133
- **Segwit transactions**: HASH256 of transaction data, excluding the marker, flag, and witness fields
134134

135135
This difference in segwit transactions was intentionally designed to prevent transaction malleability, as signatures are no longer part of the TXID calculation.
136-
137136
<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:
137+
There was a unique situation in Bitcoin's history where duplicate TXIDs occurred in blocks 91,722 and 91,880. This led to:
139138

140-
- BIP 30: Preventing blocks from containing duplicate TXIDs
141-
- BIP 34: Requiring coinbase transactions to include block height in their data
142-
139+
1. BIP 30: Preventing blocks from containing duplicate TXIDs
140+
2. BIP 34: Requiring coinbase transactions to include block height in their data
143141
</ExpandableAlert>
144142

145143
## Implementation Details

0 commit comments

Comments
 (0)