Skip to content

Commit 3640129

Browse files
authored
[trivial] remove duplicate of
1 parent 0a9018d commit 3640129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0069.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ N.B. All comparisons do not need to operate in constant time since they are not
7878

7979
===Transaction Inputs===
8080

81-
Transaction inputs are defined by the hash of a previous transaction, the output index of of a UTXO from that previous transaction, the size of an unlocking script, the unlocking script, and a sequence number. [3]
81+
Transaction inputs are defined by the hash of a previous transaction, the output index of a UTXO from that previous transaction, the size of an unlocking script, the unlocking script, and a sequence number. [3]
8282
For sorting inputs, the hash of the previous transaction and the output index within that transaction are sufficient for sorting purposes; each transaction hash has an extremely high probability of being unique in the blockchain — this is enforced for coinbase transactions by BIP30 — and output indices within a transaction are unique.
8383
For the sake of efficiency, transaction hashes should be compared first before output indices, since output indices from different transactions are often equivalent, while all bytes of the transaction hash are effectively random variables.
8484

0 commit comments

Comments
 (0)