mempool: fix countDescendants (again).
This commit is contained in:
parent
3ac91b9a77
commit
08936c8970
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user