mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-19 12:08:05 +00:00
Merge pull request #258 from petertodd/bip65-fix-spec-missing-case
BIP65 formatting fixes
This commit is contained in:
commit
84779aa5c3
@ -92,7 +92,7 @@ making transaction malleability a non-issue.
|
|||||||
|
|
||||||
====Two-factor wallets====
|
====Two-factor wallets====
|
||||||
|
|
||||||
Services like GreenAddress store Bitcoins with 2-of-2 multisig scriptPubKey's
|
Services like GreenAddress store bitcoins with 2-of-2 multisig scriptPubKey's
|
||||||
such that one keypair is controlled by the user, and the other keypair is
|
such that one keypair is controlled by the user, and the other keypair is
|
||||||
controlled by the service. To spend funds the user uses locally installed
|
controlled by the service. To spend funds the user uses locally installed
|
||||||
wallet software that generates one of the required signatures, and then uses a
|
wallet software that generates one of the required signatures, and then uses a
|
||||||
@ -195,6 +195,7 @@ transaction output ''can'' be spent.
|
|||||||
Refer to the reference implementation, reproduced below, for the precise
|
Refer to the reference implementation, reproduced below, for the precise
|
||||||
semantics and detailed rationale for those semantics.
|
semantics and detailed rationale for those semantics.
|
||||||
|
|
||||||
|
|
||||||
case OP_NOP2:
|
case OP_NOP2:
|
||||||
{
|
{
|
||||||
// CHECKLOCKTIMEVERIFY
|
// CHECKLOCKTIMEVERIFY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user