fix utxo get

This commit is contained in:
Matias Alejo Garcia 2017-11-06 07:46:01 -03:00
parent 2692f579e2
commit 71d146bc9e
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 0 additions and 1 deletions

View File

@ -2353,7 +2353,6 @@ WalletService.prototype.publishTx = function(opts, cb) {
// Verify UTXOs are still available
self._getUtxosForCurrentWallet({
addresses: txp.inputs,
coin: txp.coin,
}, function(err, utxos) {
if (err) return cb(err);