Skip to content

Commit

Permalink
RpcApiTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Sep 17, 2024
1 parent f736b0e commit d7a92db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silkworm/rpc/test_util/api_test_database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class RpcApiTestBase : public LocalContextTestBase {
return spawn_and_wait((handler.*method)(std::forward<Args>(args)...));
}

private:
WorkerPool workers_;
boost::asio::ip::tcp::socket socket_;
commands::RpcApi rpc_api_;
Expand Down

0 comments on commit d7a92db

Please sign in to comment.