Add default fees to lndhub config
This commit is contained in:
parent
e4ffcd5fab
commit
1328aaca47
|
@ -2,6 +2,8 @@ let config = {
|
||||||
enableUpdateDescribeGraph: false,
|
enableUpdateDescribeGraph: false,
|
||||||
postRateLimit: 100,
|
postRateLimit: 100,
|
||||||
rateLimit: 200,
|
rateLimit: 200,
|
||||||
|
forwardReserveFee: 0.01, // default 0.01
|
||||||
|
intraHubFee: 0.003, // default 0.003
|
||||||
//bitcoind: {
|
//bitcoind: {
|
||||||
// rpc: 'http://mynode:bolt@127.0.0.1:8332/wallet/wallet.dat',
|
// rpc: 'http://mynode:bolt@127.0.0.1:8332/wallet/wallet.dat',
|
||||||
//},
|
//},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user