summaryrefslogtreecommitdiff
path: root/bip-0140.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:23:13 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:23:13 +0000
commitd2a8fb089d7010d839530f879e07edc4e48b84fa (patch)
treeb14d6108feae9d6bd1f1e25e83e66ead23539130 /bip-0140.mediawiki
parenta7cc4c6014934f520ca7fb6e20fd21078e0d61f7 (diff)
parent3a28003993720d2e882f6513ec499f25cc163afc (diff)
downloadbips-d2a8fb089d7010d839530f879e07edc4e48b84fa.tar.xz
Merge BIPs 123 & 2 activation and implementation
Diffstat (limited to 'bip-0140.mediawiki')
-rw-r--r--bip-0140.mediawiki7
1 files changed, 6 insertions, 1 deletions
diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki
index b187a49..ea5061f 100644
--- a/bip-0140.mediawiki
+++ b/bip-0140.mediawiki
@@ -1,11 +1,16 @@
<pre>
BIP: 140
+ Layer: Consensus (soft fork)
Title: Normalized TXID
Author: Christian Decker <decker.christian@gmail.com>
+ Comments-Summary: No comments yet.
+ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0140
Status: Draft
Type: Standards Track
Created: 2015-10-14
+ License: PD
</pre>
+
== Abstract ==
This BIP describes the use of normalized transaction IDs (NTXIDs) in order to eliminate transaction malleability, both in the third-party modification scenario as well as the participant modification scenario. The transaction ID is normalized by removing the signature scripts from transactions before computing its hash. The normalized transaction hashes are then used during the signature creation and signature verification of dependent transactions.
@@ -110,4 +115,4 @@ This is a softfork which replaces <code>OP_NOP4</code> with the new implementati
<references>
==Copyright==
-This document is placed in the public domain. \ No newline at end of file
+This document is placed in the public domain.