Skip to content

Commit a8fbf60

Browse files
committed
Review feedback: make external links open in new tab
1 parent 2bcb751 commit a8fbf60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

decoding/inputs-prev-txid.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The txid uses Bitcoin's internal byte order (little-endian). Let's examine this
4545
display_txid = "5e6e1a9b4ce3f9f39467d7129e3ecfbe6c81c08dd377aac666fedc9a758fe614"
4646
4747
# Internal order (how it appears in raw transaction)
48-
4948
internal_txid = "14e68f759adcfe66c6aa77d38dc0816cbecf3e9e12d76794f3f9e34c9b1a6e5e"`}
5049
language="python"
5150
/>
@@ -140,7 +139,10 @@ This difference in segwit transactions was intentionally designed to prevent tra
140139
<ExpandableAlert title="Historical Note" type="info">
141140
Duplicate TXID: `e3bf3d07d4b0375638d5f1db5255fe07ba2c4cb067cd81b84ee974b6585fb468`
142141

143-
There was a unique situation in Bitcoin's history where the same TXID (above) occurred in multiple blocks: [91,722](https://mempool.space/block/00000000000271a2dc26e7667f8419f2e15416dc6955e5a6c6cdf3f2574dd08e) and [91,880](https://mempool.space/block/00000000000743f190a18c5577a3c2d2a1f610ae9601ac046a38084ccb7cd721). 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+
There was a unique situation in Bitcoin's history where the same TXID (above) occurred in multiple blocks:
143+
<a href="https://mempool.space/block/00000000000271a2dc26e7667f8419f2e15416dc6955e5a6c6cdf3f2574dd08e" target="_blank" rel="noopener noreferrer">91,722</a> and
144+
<a href="https://mempool.space/block/00000000000743f190a18c5577a3c2d2a1f610ae9601ac046a38084ccb7cd721" target="_blank" rel="noopener noreferrer">91,880</a>.
145+
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.
144146
</ExpandableAlert>
145147

146148
## Implementation Details

0 commit comments

Comments
 (0)