diff --git a/lib/server.js b/lib/server.js index 22d719b..a1a696e 100644 --- a/lib/server.js +++ b/lib/server.js @@ -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);