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', },