move default in varible name to comment
keep // default 0.* comment as reminder what defaults was
This commit is contained in:
parent
87afa20019
commit
a28eead0ab
@ -2,8 +2,8 @@ let config = {
|
|||||||
enableUpdateDescribeGraph: false,
|
enableUpdateDescribeGraph: false,
|
||||||
postRateLimit: 100,
|
postRateLimit: 100,
|
||||||
rateLimit: 200,
|
rateLimit: 200,
|
||||||
defaultForwardReserveFee: 0.01,
|
forwardReserveFee: 0.01, // default 0.01
|
||||||
defaultIntraHubFee: 0.003,
|
intraHubFee: 0.003, // default 0.003
|
||||||
bitcoind: {
|
bitcoind: {
|
||||||
rpc: 'http://login:password@1.1.1.1:8332/wallet/wallet.dat',
|
rpc: 'http://login:password@1.1.1.1:8332/wallet/wallet.dat',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user