Skip to content

Commit

Permalink
Update rpc_api_table.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Nov 7, 2024
1 parent 9544818 commit 3ded171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/commands/rpc_api_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void RpcApiTable::add_eth_handlers() {
method_handlers_[json_rpc::method::k_eth_getBlockReceipts] = &commands::RpcApi::handle_eth_get_block_receipts;
method_handlers_[json_rpc::method::k_eth_getTransactionReceiptsByBlock] = &commands::RpcApi::handle_eth_get_block_receipts;
method_handlers_[json_rpc::method::k_eth_maxPriorityFeePerGas] = &commands::RpcApi::handle_eth_max_priority_fee_per_gas;
method_handlers_[json_rpc::method::k_eth_feeHistory] = &commands::RpcApi::handle_fee_history;
method_handlers_[json_rpc::method::k_eth_feeHistory] = &commands::RpcApi::handle_eth_fee_history;
method_handlers_[json_rpc::method::k_eth_callMany] = &commands::RpcApi::handle_eth_call_many;
method_handlers_[json_rpc::method::k_eth_baseFee] = &commands::RpcApi::handle_eth_base_fee;
method_handlers_[json_rpc::method::k_eth_blobBaseFee] = &commands::RpcApi::handle_eth_blob_base_fee;
Expand Down

0 comments on commit 3ded171

Please sign in to comment.