mempool: fix comment.

This commit is contained in:
Christopher Jeffrey 2016-12-17 15:48:47 -08:00
parent 1f2c3080bc
commit 2691f9fcb6
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1565,10 +1565,10 @@ Mempool.prototype.getCoinView = co(function* getCoinView(tx) {
});
/**
* Spend coins for transaction.
* Find missing outpoints.
* @param {TX} tx
* @param {CoinView} view
* @returns {Boolean}
* @returns {Hash[]}
*/
Mempool.prototype.findMissing = function findMissing(tx, view) {