diff --git a/plugins/topology.c b/plugins/topology.c index 77992608db76..54e906df3f61 100644 --- a/plugins/topology.c +++ b/plugins/topology.c @@ -642,6 +642,9 @@ static struct command_result *listprivateinbound_done(struct command *cmd, /* Entirely missing? Ignore. */ if (ourchan->cupdate_off[!dir] == 0) continue; + /* FIXME: Rip out once private gossip removed. */ + if (ourchan->private) + continue; /* We used to ignore if the peer said it was disabled, * but we have a report of LND telling us our unannounced * channel is disabled, so we still use them. */