new WalletFactory

This commit is contained in:
Matias Alejo Garcia 2014-04-16 17:50:10 -03:00
commit 536fe90431
14 changed files with 462 additions and 349 deletions

View file

@ -59,7 +59,7 @@ Insight.prototype.listUnspent = function(addresses, cb) {
self._request(options, function(err, res) {
if (res && res.length > 0) {
all = all.concat(res);
}
}
callback();
});
}, function() {