diff --git a/lightningd/options.c b/lightningd/options.c index 1fceab931..ac43ece55 100644 --- a/lightningd/options.c +++ b/lightningd/options.c @@ -1484,8 +1484,12 @@ static void add_config(struct lightningd *ld, * --plugin for each one, so ignore these */ #if EXPERIMENTAL_FEATURES } else if (opt->cb_arg == (void *)opt_set_accept_extra_tlv_types) { -#endif /* TODO Actually print the option */ +#endif +#if DEVELOPER + } else if (strstarts(name, "dev-")) { + /* Ignore dev settings */ +#endif } else { /* Insert more decodes here! */ abort();