Skip to content

Commit

Permalink
patch bad-gossip-debug.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Feb 7, 2024
1 parent f56b9e9 commit 90e2010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gossipd/gossmap_manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ const char *gossmap_manage_channel_update(const tal_t *ctx,
if (!gossmap_find_chan(gossmap, &scid)
&& source_peer
&& sigcheck_channel_update(tmpctx, source_peer, &signature, update) == NULL) {
status_debug("gossip update for unknown channel %s",
type_to_string(tmpctx, struct short_channel_id, &scid));
tell_lightningd_peer_update(gm->daemon, source_peer,
scid, fee_base_msat,
fee_proportional_millionths,
Expand Down

0 comments on commit 90e2010

Please sign in to comment.