mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-29 10:09:19 +02:00
Dummy 0 in scriptSig for CHECKMULTISIG
There should be a dummy 0 in the scriptSig for CHECKMULTISIG
This commit is contained in:
@ -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===
|
||||
|
Reference in New Issue
Block a user