Is gossip shared with peers, my node has no channel with? #2603
DerEwige
started this conversation in
Node operators
Replies: 1 comment 1 reply
-
First of all, it's important to understand that there are two types of gossip:
Your node will automatically send and receive staggered broadcast with all peers, even if you don't have a channel with them. Your node will also automatically respond to gossip queries from your peers, even if you don't have a channel with them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I connect to another node, some nodes keep the connection alive, even when no channel is opened.
If I have such a peer, that my node is connected for a while, but has no channel.
Will my node send gossip to this channel and receive gossip from this channel?
Beta Was this translation helpful? Give feedback.
All reactions