Fix address view for new wallets
This commit is contained in:
parent
70fa50177c
commit
2a45533797
2 changed files with 2 additions and 2 deletions
|
|
@ -939,7 +939,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
|
||||
root.getLowUtxos = function(wallet, levels, cb) {
|
||||
|
||||
wallet.getUtxos({}, function(err, resp) {
|
||||
wallet.getUtxos({coin: wallet.coin}, function(err, resp) {
|
||||
if (err || !resp || !resp.length) return cb();
|
||||
|
||||
var minFee = root.getMinFee(wallet, levels, resp.length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue