Skip to content

Commit

Permalink
lightningd: disable seeker autoconnect when --offline
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
endothermicdev committed Nov 27, 2024
1 parent 0c42965 commit 1cbd833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightningd/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ static char *opt_set_offline(struct lightningd *ld)
ld->reconnect = false;
ld->listen = false;
log_info(ld->log, "Started in offline mode!");
ld->autoconnect_seeker_peers=0;
return NULL;
}

Expand Down

0 comments on commit 1cbd833

Please sign in to comment.