From a28eead0ab62b51f76f5a7113e36006a3fde47c1 Mon Sep 17 00:00:00 2001 From: lndhub-admin Date: Sun, 11 Jul 2021 03:32:10 +0200 Subject: [PATCH] move default in varible name to comment keep // default 0.* comment as reminder what defaults was --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index e1da533..840a265 100644 --- a/config.js +++ b/config.js @@ -2,8 +2,8 @@ let config = { enableUpdateDescribeGraph: false, postRateLimit: 100, rateLimit: 200, - defaultForwardReserveFee: 0.01, - defaultIntraHubFee: 0.003, + forwardReserveFee: 0.01, // default 0.01 + intraHubFee: 0.003, // default 0.003 bitcoind: { rpc: 'http://login:password@1.1.1.1:8332/wallet/wallet.dat', },