From 28b7e77e14f2a1751203de201e1a61cb6c599314 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Thu, 22 Feb 2018 14:44:22 -0500 Subject: [PATCH] fixed fee estimate to reflect 2 outs, not 3 (deprecated fee) --- monero_utils/monero_sendingFunds_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero_utils/monero_sendingFunds_utils.js b/monero_utils/monero_sendingFunds_utils.js index fcd6c61..0047bbf 100644 --- a/monero_utils/monero_sendingFunds_utils.js +++ b/monero_utils/monero_sendingFunds_utils.js @@ -59,7 +59,7 @@ function EstimatedTransaction_ringCT_networkFee( return EstimatedTransaction_networkFee( 2, // this might change - might select inputs nonZero_mixin_int, - 3, // dest + change + mymonero fee + 1/*dest*/ + 1/*change*/ + 0/*no mymonero fee presently*/, true, // to be sure feePerKB_JSBigInt )