summaryrefslogtreecommitdiff
path: root/bip-0069.mediawiki
diff options
context:
space:
mode:
authorDaniel Cousens <github@dcousens.com>2015-08-28 10:50:23 +1000
committerDaniel Cousens <github@dcousens.com>2015-08-28 10:50:23 +1000
commit1d74463fd97f81d9612214420f44978991cd3ca6 (patch)
tree35f4c01fcef8ddda18b016053bdc60a908596915 /bip-0069.mediawiki
parent64f321e2c9919ffc2b6bfb7999d5986c1cb7cf34 (diff)
downloadbips-1d74463fd97f81d9612214420f44978991cd3ca6.tar.xz
Revert "remove malleability foot note"
This reverts commit c6ed18d8b27be10b5f0c5f357969e1b0dbf963db.
Diffstat (limited to 'bip-0069.mediawiki')
-rw-r--r--bip-0069.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki
index e01a792..56400cb 100644
--- a/bip-0069.mediawiki
+++ b/bip-0069.mediawiki
@@ -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 blockchain’s 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===