From 2691f9fcb6f3e847587d2b930a9bd638a23b531d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 17 Dec 2016 15:48:47 -0800 Subject: [PATCH] mempool: fix comment. --- lib/mempool/mempool.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mempool/mempool.js b/lib/mempool/mempool.js index 021d6eb8..d9fc5be4 100644 --- a/lib/mempool/mempool.js +++ b/lib/mempool/mempool.js @@ -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) {