wallet: minor style change.
This commit is contained in:
parent
86fdf33f8a
commit
0ec58ca93d
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user