Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont gossip channels we would prune #2986

Open
TheBlueMatt opened this issue Apr 8, 2024 · 0 comments
Open

Dont gossip channels we would prune #2986

TheBlueMatt opened this issue Apr 8, 2024 · 0 comments

Comments

@TheBlueMatt
Copy link
Collaborator

During LDK startup we often get a flood of gossip for channels that haven't seen an update in two years. Peers really shouldn't be sending us this garbage, but currently many do. LDK won't after we finish a prune which runs after we've been up for a bit, but until then we'll happily forward the garbage we get from our peers, which maybe we shouldnt do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant