diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index df720d418..b30de0771 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -285,9 +285,9 @@ Wallet.prototype.getTotalBalance = function(cb) { Wallet.prototype.getBalance = function(addrs, cb) { var balance = 0; - this.listUnspent(addrs, function(unspent) { - for(var i=0;i