summaryrefslogtreecommitdiff
path: root/bip-0017.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:11:06 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:21:00 +0000
commit3a28003993720d2e882f6513ec499f25cc163afc (patch)
treeb14d6108feae9d6bd1f1e25e83e66ead23539130 /bip-0017.mediawiki
parent42770fb6194f0e55a7e7139cf7fe97f5c8f84f4e (diff)
parentfd5a85d6b8b6e12cb9c26b5e0dd3309e81fc4554 (diff)
downloadbips-3a28003993720d2e882f6513ec499f25cc163afc.tar.xz
Implement BIP 2 with merging master changes
Diffstat (limited to 'bip-0017.mediawiki')
-rw-r--r--bip-0017.mediawiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki
index 04a71d7..671f75a 100644
--- a/bip-0017.mediawiki
+++ b/bip-0017.mediawiki
@@ -8,12 +8,17 @@
Status: Withdrawn
Type: Standards Track
Created: 2012-01-18
+ License: BSD-2-Clause
</pre>
==Abstract==
This BIP describes a new opcode (OP_CHECKHASHVERIFY) for the Bitcoin scripting system, and a new 'standard' transaction type that uses it to enables the receiver of bitcoins to specify the transaction type needed to re-spend them.
+==Copyright==
+
+This BIP is licensed under the BSD 2-clause license.
+
==Motivation==
The purpose of pay-to-script-hash is to move the responsibility for supplying the conditions to redeem a transaction from the sender of the funds to the redeemer.