Skip to content

Commit

Permalink
Resolve TODO in on_data_column_downloaded VerifyErrors are downscored…
Browse files Browse the repository at this point in the history
… in report_rpc_response_errors
  • Loading branch information
dapplion committed Jan 24, 2025
1 parent 0b22fdf commit 2c568b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions beacon_node/network/src/sync/network_context/custody.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ impl<T: BeaconChainTypes> ActiveCustodyRequest<T> {
resp: RpcResponseResult<DataColumnSidecarList<T::EthSpec>>,
cx: &mut SyncNetworkContext<T>,
) -> CustodyRequestResult<T::EthSpec> {
// TODO(das): Should downscore peers for verify errors here

let Some(batch_request) = self.active_batch_columns_requests.get_mut(&req_id) else {
warn!(self.log,
"Received custody column response for unrequested index";
Expand Down

0 comments on commit 2c568b4

Please sign in to comment.