Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes early return if prune_messages are empty
Even if there are no outgoing prune messages we still need to generate outgoing push messages for packets just received, so the code should not early return here: https://github.com/anza-xyz/agave/blob/d2cc71f0d/gossip/src/cluster_info.rs#L2400-L2402
- Loading branch information