wallet: minor style change.

This commit is contained in:
Christopher Jeffrey 2017-01-27 18:11:23 -08:00
parent 86fdf33f8a
commit 0ec58ca93d
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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.