Fixed where next is being called.
This commit is contained in:
parent
7db4263bf2
commit
c2117146c1
@ -262,10 +262,9 @@ AddressService.prototype.getAddressUnspentOutputs = function(address, options, c
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
next();
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
next();
|
||||||
},
|
},
|
||||||
|
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user