Skip to content

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kurtov committed Dec 5, 2023
1 parent 40b5a92 commit a6f2819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/client/src/client_actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ impl Handler<WithSpanContext<BlockHeadersResponse>> for ClientActor {
Ok(())
} else {
warn!(target: "client", "Banning node for sending invalid block headers");
// FIXME: I don't understand how this actually bans the peer.
Err(ReasonForBan::BadBlockHeader)
}
})
Expand Down

0 comments on commit a6f2819

Please sign in to comment.