You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several nodes on testnet are sending invalid channel announcements in the gossip.
It's always the same channel announcement that is invalid, for short chan id 1723668x94x0.
The channel_announcement message is well formatted, except all four signatures in it are invalid.
There are at least 7 distinct nodes I have encountered that all have this malfunction.
I do not actually know what LN implementations all of them are running, but based on public explorers at least a few are running lnd.
I have sent a query_short_channel_ids for this channel to many nodes in the network, and some are sending the above bad channel announce, while others are sending a valid one:
Note that the signatures validate for the the "good" channel announcement, and that the only difference between the good and the bad chan anns is the features field.
The bad chan ann has the features field zeroed out.
The text was updated successfully, but these errors were encountered:
Several nodes on testnet are sending invalid channel announcements in the gossip.
It's always the same channel announcement that is invalid, for short chan id
1723668x94x0
.The
channel_announcement
message is well formatted, except all four signatures in it are invalid.There are at least 7 distinct nodes I have encountered that all have this malfunction.
I do not actually know what LN implementations all of them are running, but based on public explorers at least a few are running lnd.
pubkeys of misbehaving nodes
The
bad
channel announcement they send for1723668x94x0
:bad channel announcement hand-parsed
I have sent a
query_short_channel_ids
for this channel to many nodes in the network, and some are sending the above bad channel announce, while others are sending a valid one:good channel announcement hand-parsed
Note that the signatures validate for the the "good" channel announcement, and that the only difference between the good and the bad chan anns is the
features
field.The bad chan ann has the
features
field zeroed out.The text was updated successfully, but these errors were encountered: