mempool: fix countDescendants (again).

This commit is contained in:
Christopher Jeffrey 2017-02-28 10:43:05 -08:00
parent 3ac91b9a77
commit 08936c8970
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1121,7 +1121,7 @@ Mempool.prototype._countDescendants = function countDescendants(entry, count, se
if (!next)
continue;
nhash = next.hash;
nhash = next.tx.hash('hex');
if (set[nhash])
continue;