diff --git a/silkworm/rpc/commands/eth_api.hpp b/silkworm/rpc/commands/eth_api.hpp index 96afc94ea5..2171bedde9 100644 --- a/silkworm/rpc/commands/eth_api.hpp +++ b/silkworm/rpc/commands/eth_api.hpp @@ -102,7 +102,7 @@ class EthereumRpcApi { Task handle_eth_subscribe(const nlohmann::json& request, nlohmann::json& reply); Task handle_eth_unsubscribe(const nlohmann::json& request, nlohmann::json& reply); Task handle_eth_max_priority_fee_per_gas(const nlohmann::json& request, nlohmann::json& reply); - Task handle_fee_history(const nlohmann::json& request, nlohmann::json& reply); + Task handle_eth_fee_history(const nlohmann::json& request, nlohmann::json& reply); Task handle_eth_call_many(const nlohmann::json& request, nlohmann::json& reply); Task handle_eth_blob_base_fee(const nlohmann::json& request, nlohmann::json& reply); Task handle_eth_base_fee(const nlohmann::json& request, nlohmann::json& reply);