summaryrefslogtreecommitdiff
path: root/bip-0140.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-11-30 09:47:31 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-11-30 09:51:01 +0000
commit959fecc15bdad070afa63455468b1dba54655fa6 (patch)
treea55fa29a08914da5e11496fe1dcf1649386d14cb /bip-0140.mediawiki
parent72f18918a8ae655212ea2700b30f0dc4d758b843 (diff)
downloadbips-959fecc15bdad070afa63455468b1dba54655fa6.tar.xz
Promote BIP 2 Draft->Active, and implement it
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
Diffstat (limited to 'bip-0140.mediawiki')
-rw-r--r--bip-0140.mediawiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki
index 71637f2..ea5061f 100644
--- a/bip-0140.mediawiki
+++ b/bip-0140.mediawiki
@@ -3,10 +3,14 @@
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.