mtx: minor.

This commit is contained in:
Christopher Jeffrey 2016-12-08 02:19:17 -08:00
parent ee7d39ce81
commit 9d4f946dda
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1280,7 +1280,7 @@ function CoinSelector(tx, options) {
this.height = -1;
this.confirmations = -1;
this.hardFee = -1;
this.rate = 10000;
this.rate = constants.tx.MIN_FEE;
this.maxFee = -1;
this.round = false;
this.changeAddress = null;