From 0ec58ca93d377f39d7be623e6d96a97510a3efae Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 27 Jan 2017 18:11:23 -0800 Subject: [PATCH] wallet: minor style change. --- lib/wallet/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/wallet.js b/lib/wallet/wallet.js index 1a5b7a42..05738a87 100644 --- a/lib/wallet/wallet.js +++ b/lib/wallet/wallet.js @@ -1572,7 +1572,7 @@ Wallet.prototype.createTX = co(function* createTX(options, force) { yield this.fund(mtx, options, force); // Sort members a la BIP69 - if(!options.noSorting) + if (!options.noSorting) mtx.sortMembers(); // Set the locktime to target value.