fix mempool.countAncestors.
This commit is contained in:
parent
55957c2271
commit
5912d65fa8
@ -574,6 +574,8 @@ Mempool.prototype.countAncestors = function countAncestors(tx, callback) {
|
||||
if (!tx)
|
||||
return next();
|
||||
|
||||
inputs[i] += 1;
|
||||
|
||||
self.countAncestors(tx, function(err, max) {
|
||||
if (err)
|
||||
return next(err);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user