From 02b5ed557115fe0c51735a491f0aedcbd309edbf Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 26 May 2017 13:42:58 -0700 Subject: [PATCH] Update 9_3_Using_CSV_in_Scripts.md --- 9_3_Using_CSV_in_Scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/9_3_Using_CSV_in_Scripts.md b/9_3_Using_CSV_in_Scripts.md index 814ddf1..5600aa0 100644 --- a/9_3_Using_CSV_in_Scripts.md +++ b/9_3_Using_CSV_in_Scripts.md @@ -59,9 +59,9 @@ 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