Skip to content

Commit

Permalink
REMOVE: temporarily ignore private channels in gossmap
Browse files Browse the repository at this point in the history
  • Loading branch information
endothermicdev committed Aug 22, 2023
1 parent 318bcb2 commit bc9a481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit bc9a481

Please sign in to comment.