diff --git a/lib/transactions.js b/lib/transactions.js index 7cb4030b0..477b91076 100644 --- a/lib/transactions.js +++ b/lib/transactions.js @@ -355,7 +355,7 @@ TxController.prototype.sendix = function(req, res) { code:1 }, res); } - var options = {allowAbsurdFees: false, isInstantSend: true}; + var options = {maxFeeRate: 0.00010000, isInstantSend: true}; this.node.sendTransaction(req.body.rawtx, options, function(err, txid) { if(err) { // TODO handle specific errors