Skip to content

Commit fb1695f

Browse files
committed
Fix accidental banning of honest peer
1 parent 35a3808 commit fb1695f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/net/peer/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ impl ConnectionTask {
317317
peer_state_id: Some(peer_state_id),
318318
};
319319
let _: bool = request_queue.send_request(request.into())?;
320-
return Ok(Some(true));
320+
return Ok(Some(false));
321321
}
322322
let main_ancestor = ctxt.archive.last_common_main_ancestor(
323323
&rotxn,

0 commit comments

Comments
 (0)