mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +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
@ -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…
Reference in New Issue
Block a user