Fixed where next is being called.

This commit is contained in:
Chris Kleeschulte 2017-11-06 19:32:00 -05:00
parent 7db4263bf2
commit c2117146c1
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -262,10 +262,9 @@ AddressService.prototype.getAddressUnspentOutputs = function(address, options, c
});
next();
});
next();
},
function(next) {