From 98c72d32065125513e3384c67ceb83be5a4beda9 Mon Sep 17 00:00:00 2001 From: Kosta Korenkov <7r0ggy@gmail.com> Date: Tue, 19 Apr 2016 19:55:05 +0300 Subject: [PATCH] Update method doc --- lib/server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/server.js b/lib/server.js index 6b3c9ca..1726578 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1878,6 +1878,7 @@ WalletService.prototype._validateAndSanitizeTxOpts = function(wallet, opts, cb) * @param {string} opts.dryRun[=false] - Optional. Simulate the action but do not change server state. * @param {Array} opts.inputs - Optional. Inputs for this TX * @param {number} opts.fee - Optional. Use an fixed fee for this TX (only when opts.inputs is specified) + * @param {Boolean} opts.noShuffleOutputs - Optional. If set, TX outputs won't be shuffled. Defaults to false * @returns {TxProposal} Transaction proposal. */ WalletService.prototype.createTx = function(opts, cb) {