Update 9_3_Using_CSV_in_Scripts.md

This commit is contained in:
Shannon Appelcline 2017-05-26 13:42:58 -07:00 committed by GitHub
parent f9635cf3ef
commit 02b5ed5571

View File

@ -59,9 +59,9 @@ Except pretty much no one does this. The new [BIP 68](https://github.com/bitcoin
<center>
| | Absolute Timelock | Relative Timelock |
|:----------------:|-------------------|-------------------|
| Lock Transaction | nTimeLock | nSequence |
| Lock Output | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
|------------------|-------------------|-------------------|
| **Lock Transaction** | nTimeLock | nSequence |
| **Lock Output** | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
</center>
## Understand the CSV Opcode