mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
Merge pull request #150 from jl2012/patch-1
Dummy 0 in scriptSig for CHECKMULTISIG
This commit is contained in:
commit
f8ffd492de
1 changed files with 2 additions and 2 deletions
|
@ -74,12 +74,12 @@ the form:
|
||||||
|
|
||||||
At any time the funds can be spent with the following scriptSig:
|
At any time the funds can be spent with the following scriptSig:
|
||||||
|
|
||||||
<Alice's signature> <Bob's signature> 0
|
0 <Alice's signature> <Bob's signature> 0
|
||||||
|
|
||||||
After 3 months have passed Lenny and one of either Alice or Bob can spend the
|
After 3 months have passed Lenny and one of either Alice or Bob can spend the
|
||||||
funds with the following scriptSig:
|
funds with the following scriptSig:
|
||||||
|
|
||||||
<Alice/Bob's signature> <Lenny's signature> 1
|
0 <Alice/Bob's signature> <Lenny's signature> 1
|
||||||
|
|
||||||
|
|
||||||
===Non-interactive time-locked refunds===
|
===Non-interactive time-locked refunds===
|
||||||
|
|
Loading…
Add table
Reference in a new issue