mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-20 14:24:22 +01:00
plugin/libplugin: API for C plugins.
Doesn't do logging yet. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
ed356dae62
commit
de4043a32a
@@ -37,7 +37,7 @@ void subdaemon_setup(int argc, char *argv[])
|
||||
logging_io = true;
|
||||
}
|
||||
|
||||
daemon_maybe_debug(argc, argv);
|
||||
daemon_maybe_debug(argv);
|
||||
|
||||
#if DEVELOPER
|
||||
for (int i = 1; i < argc; i++) {
|
||||
|
||||
Reference in New Issue
Block a user