fix wallet updates

This commit is contained in:
Matias Alejo Garcia 2014-04-18 13:20:35 -03:00
commit b2508b7195
8 changed files with 60 additions and 79 deletions

View file

@ -29,7 +29,7 @@ function _asyncForEach(array, fn, callback) {
}
};
Insight.prototype.listUnspent = function(addresses, cb) {
Insight.prototype.getUnspent = function(addresses, cb) {
var self = this;
if (!addresses || !addresses.length) return cb([]);