From 6d274a1988e7c38af08a05d8c06bb1ea2d6bdaac Mon Sep 17 00:00:00 2001 From: Dionysis Zindros Date: Sat, 18 Mar 2017 19:20:28 +0200 Subject: [PATCH] Pool.hasTX does not return promise --- lib/net/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/pool.js b/lib/net/pool.js index e05c6619..b6c11c4d 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -3490,7 +3490,7 @@ Pool.prototype.hasBlock = co(function* hasBlock(hash) { /** * Test whether the mempool has or has seen an item. * @param {Hash} hash - * @returns {Promise} - Returns Boolean. + * @returns {Boolean} */ Pool.prototype.hasTX = function hasTX(hash) {