Update 9_3_Using_CSV_in_Scripts.md

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

View File

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