MCPcopy Create free account
hub / github.com/ElementsProject/lightning / opt_set_offline

Function opt_set_offline

lightningd/options.c:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470static char *opt_set_offline(struct lightningd *ld)
471{
472 ld->reconnect = false;
473 ld->listen = false;
474 log_info(ld->log, "Started in offline mode!");
475 ld->autoconnect_seeker_peers=0;
476 return NULL;
477}
478
479static char *opt_add_proxy_addr(const char *arg, struct lightningd *ld)
480{

Callers 1

opt_set_hsm_secretFunction · 0.85

Calls 1

log_infoClass · 0.85

Tested by

no test coverage detected