From 9d4f946ddadd0ba1a66f7fab2bac8d889eb7ceb9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 8 Dec 2016 02:19:17 -0800 Subject: [PATCH] mtx: minor. --- lib/primitives/mtx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/primitives/mtx.js b/lib/primitives/mtx.js index 4014e4e4..dac1ab0d 100644 --- a/lib/primitives/mtx.js +++ b/lib/primitives/mtx.js @@ -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;