tests: change --override-fee-rate to --override-fee-rates and use in tests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-11-21 14:01:31 +10:30
committed by Christian Decker
parent 7151c65535
commit 88af0f5bf8
4 changed files with 30 additions and 6 deletions

View File

@@ -238,6 +238,7 @@ class LightningD(TailableProc):
'--bitcoin-datadir={}'.format(bitcoin_dir),
'--lightning-dir={}'.format(lightning_dir),
'--port={}'.format(port),
'--override-fee-rates=15000/7500/1000',
'--network=regtest'
]
if DEVELOPER: