1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Revert "remove malleability foot note"

This reverts commit c6ed18d8b2.
This commit is contained in:
Daniel Cousens 2015-08-28 10:50:23 +10:00
parent 64f321e2c9
commit 1d74463fd9

View File

@ -87,6 +87,8 @@ Previous transaction hashes (in their little-endian, byte-array form) are to be
In the event of two matching transaction hashes, the respective previous output indices will be compared by their integer value, in ascending order.
If the previous output indices match, the inputs are considered equal.
Transaction malleability will not negatively impact the correctness of this process.
Even if a wallet client follows this process using unconfirmed UTXOs as inputs and an attacker changes modifies the blockchains record of the hash of the previous transaction, the wallet client will include the invalidated previous transaction hash in its input data, and will still correctly sort with respect to that invalidated hash.
===Transaction Outputs===