Skip to content

Commit

Permalink
Removing commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: a-saksena <[email protected]>
  • Loading branch information
a-saksena committed Jun 27, 2024
1 parent f45ce74 commit 0491a7e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public void update(Routing routing) {
routing.unary("GetBlock", this::getBlock);
}

// @Override void invoke(ReqT request, StreamObserver<RespT> responseObserver);

private void getBlock(BlockStreamServiceGrpcProto.BlockRequest request, StreamObserver<BlockStreamServiceGrpcProto.Block> responseObserver) {
String message = "GET BLOCK RESPONSE! ";
logger.info("GetBlock request received");
Expand Down

0 comments on commit 0491a7e

Please sign in to comment.