diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-15 04:07:30 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-15 04:10:07 +0000 |
commit | fd5a85d6b8b6e12cb9c26b5e0dd3309e81fc4554 (patch) | |
tree | a400640be88b879b841c66b558827977ebdbe9e8 /bip-0017.mediawiki | |
parent | 72f18918a8ae655212ea2700b30f0dc4d758b843 (diff) | |
parent | a7cc4c6014934f520ca7fb6e20fd21078e0d61f7 (diff) |
Implement BIP 123 for BIP 90 (merging master)
Diffstat (limited to 'bip-0017.mediawiki')
-rw-r--r-- | bip-0017.mediawiki | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki index af001cf..7b8f6af 100644 --- a/bip-0017.mediawiki +++ b/bip-0017.mediawiki @@ -12,6 +12,10 @@ 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. |