mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
channeld: add dev-disable-commit-after instead of dev-disconnect -nocommit
It was always a hack, but an impossible one once connectd will be interpreting dev-disconnect! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -133,6 +133,7 @@ static struct lightningd *new_lightningd(const tal_t *ctx)
|
||||
ld->dev_max_funding_unconfirmed = 2016;
|
||||
ld->dev_ignore_modern_onion = false;
|
||||
ld->dev_ignore_obsolete_onion = false;
|
||||
ld->dev_disable_commit = -1;
|
||||
#endif
|
||||
|
||||
/*~ These are CCAN lists: an embedded double-linked list. It's not
|
||||
|
||||
Reference in New Issue
Block a user