Skip to content

Commit

Permalink
fix: delete code
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Jan 30, 2024
1 parent a31db02 commit 24527eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 247 deletions.
6 changes: 0 additions & 6 deletions hildr-node/src/main/java/io/optimism/rpc/RpcServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public RpcServer(final Config config) {
/** Start. */
public void start() {
this.httpServer = vertx.createHttpServer(getHttpServerOptions(config));
httpServer.webSocketHandler(webSocketHandler());
httpServer.connectionHandler(connectionHandler());

CompletableFuture<Void> future = new CompletableFuture<>();
Expand Down Expand Up @@ -149,11 +148,6 @@ private Handler<HttpConnection> connectionHandler() {
};
}

private Handler<ServerWebSocket> webSocketHandler() {
Handler<ServerWebSocket> o = null;
return o;
}

private HttpServerOptions getHttpServerOptions(final Config config) {
final HttpServerOptions httpServerOptions = new HttpServerOptions()
.setHost("0.0.0.0")
Expand Down
241 changes: 0 additions & 241 deletions hildr-node/src/test/java/io/optimism/engine/EngineApiRequestTest.java

This file was deleted.

0 comments on commit 24527eb

Please sign in to comment.