1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +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:
Peter Todd 2015-12-05 17:58:33 +08:00
parent 0feb1209d0
commit 7cd2a7bdbb
No known key found for this signature in database
GPG key ID: C085F21CE7F4B9DC

View file

@ -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