mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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:
@@ -29,8 +29,6 @@ void dev_blackhole_fd(int fd);
|
||||
/* For debug code to set in daemon. */
|
||||
void dev_disconnect_init(int fd);
|
||||
|
||||
/* Hack for channeld to do DEV_DISCONNECT_SUPPRESS_COMMIT. */
|
||||
extern bool dev_suppress_commit;
|
||||
#endif /* DEVELOPER */
|
||||
|
||||
#endif /* LIGHTNING_COMMON_DEV_DISCONNECT_H */
|
||||
|
||||
Reference in New Issue
Block a user