diff --git a/plugins/topology.c b/plugins/topology.c index 984518e01e72..8db51b315850 100644 --- a/plugins/topology.c +++ b/plugins/topology.c @@ -623,6 +623,9 @@ static struct command_result *listprivateinbound_done(struct command *cmd, struct amount_msat htlc_max; ourchan = gossmap_nth_chan(gossmap, me, i, &dir); + /* FIXME: Rip out once private gossip removed. */ + if (ourchan->private) + continue; /* Entirely missing? Ignore. */ if (ourchan->cupdate_off[!dir] == 0) continue;