Update unlocktime.md

This commit is contained in:
Christopher King 2016-09-17 13:07:33 -04:00 committed by GitHub
parent 5eb88ba86d
commit ffd03626e7

View file

@ -7,4 +7,8 @@ summary: "a special transaction where the recipient can only spend the funds aft
### The Basics
{{ page.summary | capitalize }}.
{{ page.summary | capitalize }}.
Unlock time allows you to send a transaction to someone, such that they can not spend it until after a certain number of blocks, or until a certain time.
Note that this works differently than Bitcoin's [nLockTime](https://en.bitcoin.it/wiki/NLockTime), in which the transaction is not valid until the given time.