|
@ -1188,6 +1188,7 @@ WalletService.prototype._getUtxosForCurrentWallet = function(opts, cb) { |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
function(next) { |
|
|
function(next) { |
|
|
|
|
|
if (opts.coin) return next(); |
|
|
// Needed for the clients to sign UTXOs
|
|
|
// Needed for the clients to sign UTXOs
|
|
|
var addressToPath = _.indexBy(allAddresses, 'address'); |
|
|
var addressToPath = _.indexBy(allAddresses, 'address'); |
|
|
_.each(allUtxos, function(utxo) { |
|
|
_.each(allUtxos, function(utxo) { |
|
|