move default in varible name to comment

keep // default  0.* comment as reminder what defaults was
This commit is contained in:
lndhub-admin 2021-07-11 03:32:10 +02:00 committed by Overtorment
parent 87afa20019
commit a28eead0ab
1 changed files with 2 additions and 2 deletions

View File

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