diff --git a/lib/server.js b/lib/server.js index b39ed4a..0ec28bd 100644 --- a/lib/server.js +++ b/lib/server.js @@ -2222,7 +2222,7 @@ WalletService.prototype.publishTx = function(opts, cb) { } // Verify UTXOs are still available - self.getUtxos({}, function(err, utxos) { + self._getUtxosForCurrentWallet({}, function(err, utxos) { if (err) return cb(err); var txpInputs = _.map(txp.inputs, utxoKey);