mtx: minor.
This commit is contained in:
parent
17443593b2
commit
396ba5ee5f
@ -1703,10 +1703,8 @@ CoinSelector.prototype.getFee = function getFee(size) {
|
||||
*/
|
||||
|
||||
CoinSelector.prototype.fund = function fund() {
|
||||
let coin;
|
||||
|
||||
while (this.index < this.coins.length) {
|
||||
coin = this.coins[this.index++];
|
||||
let coin = this.coins[this.index++];
|
||||
|
||||
if (!this.isSpendable(coin))
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user