fix wallet updates
This commit is contained in:
parent
fbede5a903
commit
b2508b7195
8 changed files with 60 additions and 79 deletions
|
|
@ -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([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue