lightningd: remove --deadline-blocks option.

We will derive it from other factors.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-11-02 10:20:47 +10:30
parent a55ce607a1
commit c14b159166
4 changed files with 9 additions and 36 deletions

View File

@@ -20,7 +20,6 @@ BITCOIND_CONFIG = {
LIGHTNINGD_CONFIG = {
"bitcoind-poll": "1s",
"log-level": "debug",
"deadline-blocks": 4,
"cltv-delta": 6,
"cltv-final": 5,
"locktime-blocks": 5,