Skip to content

Commit

Permalink
fix assemble again
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 24, 2024
1 parent 5d3e269 commit 463ed03
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,6 @@ private void sendInitialPayload() {
reqHandler.handleInitialPayloadSent(rpcStream);
}

private void deliverInitialBytes() {
final Bytes firstByte = chunks.get(0).slice(0, 1);
deliverBytes(firstByte);
}

private Bytes chunkBytes(final int chunk) {
final SignedBeaconBlock block = dataStructureUtil.randomSignedBeaconBlock(chunk);
return responseEncoder.encodeSuccessfulResponse(block);
Expand Down

0 comments on commit 463ed03

Please sign in to comment.