Skip to content

Commit

Permalink
Update eth_api.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Nov 7, 2024
1 parent a8a9523 commit b33e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/commands/eth_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class EthereumRpcApi {
Task<void> handle_eth_subscribe(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_unsubscribe(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_max_priority_fee_per_gas(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_fee_history(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_fee_history(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_call_many(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_blob_base_fee(const nlohmann::json& request, nlohmann::json& reply);
Task<void> handle_eth_base_fee(const nlohmann::json& request, nlohmann::json& reply);
Expand Down

0 comments on commit b33e893

Please sign in to comment.