summaryrefslogtreecommitdiff
path: root/bip-0018.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-0018.mediawiki
parent42770fb6194f0e55a7e7139cf7fe97f5c8f84f4e (diff)
parentfd5a85d6b8b6e12cb9c26b5e0dd3309e81fc4554 (diff)
downloadbips-3a28003993720d2e882f6513ec499f25cc163afc.tar.xz
Implement BIP 2 with merging master changes
Diffstat (limited to 'bip-0018.mediawiki')
-rw-r--r--bip-0018.mediawiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki
index b459970..a82ab44 100644
--- a/bip-0018.mediawiki
+++ b/bip-0018.mediawiki
@@ -8,12 +8,17 @@
Status: Proposed
Type: Standards Track
Created: 2012-01-27
+ License: BSD-2-Clause
</pre>
==Abstract==
This BIP modifies the basic format of transaction inputs and outputs, replacing the current scriptSig and scriptPubKey (scripts executed to validate a transaction) with new contents: dataSig, scriptCheck, and hashScriptCheck.
+==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.