Skip to content

Commit

Permalink
comment out code and add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 20, 2023
1 parent 5557805 commit ea8434c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ private List<BlobSidecar> requestBlobSidecarsByRange(
final List<BlobSidecar> blobSidecars = new ArrayList<>();
waitFor(
peer.requestBlobSidecarsByRange(from, count, RpcResponseListener.from(blobSidecars::add)));
// TODO: https://github.com/Consensys/teku/issues/7617
// assertThat(peer.getOutstandingRequests()).isEqualTo(0);
return blobSidecars;
}
}

0 comments on commit ea8434c

Please sign in to comment.