diff options
author | Peter Todd <pete@petertodd.org> | 2015-12-05 17:58:33 +0800 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-12-05 18:06:38 +0800 |
commit | 7cd2a7bdbbb46e2803855f13e2e39ec20d4f96a1 (patch) | |
tree | 4392f280eac5ccdf41f365795087c5a55b547ac8 /bip-0065.mediawiki | |
parent | 0feb1209d0d224b9465532db55b9bf19b9b42e04 (diff) |
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.
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r-- | bip-0065.mediawiki | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index 57b3d02..f5144eb 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -195,6 +195,7 @@ transaction output ''can'' be spent. Refer to the reference implementation, reproduced below, for the precise semantics and detailed rationale for those semantics. + case OP_NOP2: { // CHECKLOCKTIMEVERIFY |