diff --git a/lib/bcoin/wallet.js b/lib/bcoin/wallet.js index 67825017..960b0871 100644 --- a/lib/bcoin/wallet.js +++ b/lib/bcoin/wallet.js @@ -612,10 +612,10 @@ Wallet.prototype.createTX = function createTX(options, outputs, callback) { // Set the locktime to target value or // `height - whatever` to avoid fee sniping. - if (options.locktime != null) - tx.setLocktime(options.locktime); - else - tx.avoidFeeSniping(); + // if (options.locktime != null) + // tx.setLocktime(options.locktime); + // else + // tx.avoidFeeSniping(); // Sign the transaction if (!self.sign(tx))