chain: minor.

This commit is contained in:
Christopher Jeffrey 2017-06-22 02:22:15 -07:00
parent cea12d7a3e
commit 9238d29a28
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2281,7 +2281,6 @@ Chain.prototype.verifyFinal = co(function* verifyFinal(prev, tx, flags) {
* @param {CoinView} view
* @param {LockFlags} flags
* @returns {Promise}
* [Error, Number(minTime), Number(minHeight)].
*/
Chain.prototype.getLocks = co(function* getLocks(prev, tx, view, flags) {