We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb956ef commit ae1f890Copy full SHA for ae1f890
anchor/message_receiver/src/manager.rs
@@ -128,7 +128,7 @@ impl<S: SlotClock + 'static> MessageReceiver for Arc<NetworkMessageReceiver<S>>
128
.map(|c| c.cluster_members.contains(&own_id))
129
.unwrap_or(false);
130
131
- if is_member {
+ if !is_member {
132
// We are not a member for this committee, return without passing.
133
trace!(?committee_id, ?msg_id, "Not interested");
134
return;
0 commit comments