Commit 35ec9585 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: add txpool to reth api (#841)

Signed-off-by: default avatarBarnabas Busa <barnabas.busa@ethereum.org>
parent 777ec065
...@@ -159,7 +159,7 @@ def get_config( ...@@ -159,7 +159,7 @@ def get_config(
"--http.corsdomain=*", "--http.corsdomain=*",
# WARNING: The admin info endpoint is enabled so that we can easily get ENR/enode, which means # WARNING: The admin info endpoint is enabled so that we can easily get ENR/enode, which means
# that users should NOT store private information in these Kurtosis nodes! # that users should NOT store private information in these Kurtosis nodes!
"--http.api=admin,net,eth,web3,debug,trace{0}".format( "--http.api=admin,net,eth,web3,debug,txpool,trace{0}".format(
",flashbots" if launcher.builder_type == "flashbots" else "" ",flashbots" if launcher.builder_type == "flashbots" else ""
), ),
"--ws", "--ws",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment