From f9635cf3ef7916fdbf453632aa6884fdd85404a9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 26 May 2017 13:42:22 -0700 Subject: [PATCH] Update 9_3_Using_CSV_in_Scripts.md --- 9_3_Using_CSV_in_Scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/9_3_Using_CSV_in_Scripts.md b/9_3_Using_CSV_in_Scripts.md index 623eb90..814ddf1 100644 --- a/9_3_Using_CSV_in_Scripts.md +++ b/9_3_Using_CSV_in_Scripts.md @@ -60,8 +60,8 @@ Except pretty much no one does this. The new [BIP 68](https://github.com/bitcoin
| | Absolute Timelock | Relative Timelock | |:----------------:|-------------------|-------------------| -| **Lock Transaction** | nTimeLock | nSequence | -| **Lock Output** | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY | +| Lock Transaction | nTimeLock | nSequence | +| Lock Output | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
## Understand the CSV Opcode