mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Fix missing case statement at beginning of specification
Wasn't being displayed on github; adding an empty line prior to the spec seems to fix this.
This commit is contained in:
parent
0feb1209d0
commit
7cd2a7bdbb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue