rpc: remove special module handling for eth_callBundle (#10486)

This commit is contained in:
Thomas Coratger
2024-08-24 00:36:32 -07:00
committed by GitHub
parent 22f928a2b1
commit dbdb1117a8
4 changed files with 17 additions and 38 deletions

View File

@ -230,7 +230,7 @@ RPC:
--http.api <HTTP_API>
Rpc Modules to be configured for the HTTP server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, eth-call-bundle]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots]
--http.corsdomain <HTTP_CORSDOMAIN>
Http Corsdomain to allow request from
@ -254,7 +254,7 @@ RPC:
--ws.api <WS_API>
Rpc Modules to be configured for the WS server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, eth-call-bundle]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots]
--ipcdisable
Disable the IPC-RPC server