mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Dummy 0 in scriptSig for CHECKMULTISIG
There should be a dummy 0 in the scriptSig for CHECKMULTISIG
This commit is contained in:
parent
2ea19daaa0
commit
4c04b67f7c
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:
|
||||
|
||||
<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
|
||||
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===
|
||||
|
|
Loading…
Add table
Reference in a new issue