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:
Rusty Russell
2018-01-16 19:54:46 +10:30
committed by Christian Decker
parent e91a8dff12
commit 79dc44713b
8 changed files with 83 additions and 9 deletions

View File

@@ -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']