Skip to content

Commit

Permalink
rpcdaemon: comment validator for perf reason (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jan 17, 2024
1 parent d6d3d8a commit 3e71e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion silkworm/rpc/http/request_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class RequestHandler {

const commands::RpcApiTable& rpc_api_table_;

JsonRpcValidator json_rpc_validator_;
// commented for performance reason
// JsonRpcValidator json_rpc_validator_;
};

} // namespace silkworm::rpc::http

0 comments on commit 3e71e73

Please sign in to comment.