mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
channeld: --ignore-fee-limits as a hack for fee disparities.
This, of course, should never be used. But it helps maintain connections for the moment while we dig deeper into feerates. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
e91a8dff12
commit
79dc44713b
@@ -244,7 +244,8 @@ class LightningD(TailableProc):
|
||||
'--lightning-dir={}'.format(lightning_dir),
|
||||
'--port={}'.format(port),
|
||||
'--override-fee-rates=15000/7500/1000',
|
||||
'--network=regtest'
|
||||
'--network=regtest',
|
||||
'--ignore-fee-limits=false'
|
||||
]
|
||||
if DEVELOPER:
|
||||
self.cmd_line += ['--dev-broadcast-interval=1000']
|
||||
|
||||
Reference in New Issue
Block a user