Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0: removes early return if prune_messages are empty (backport of #…
…3006) (#3011) removes early return if prune_messages are empty (#3006) 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 (cherry picked from commit ce15821) Co-authored-by: behzad nouri <[email protected]>
- Loading branch information