Skip to content

Commit 35ec958

Browse files
authored
fix: add txpool to reth api (ethereum#841)
Signed-off-by: Barnabas Busa <[email protected]>
1 parent 777ec06 commit 35ec958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/el/reth/reth_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def get_config(
159159
"--http.corsdomain=*",
160160
# WARNING: The admin info endpoint is enabled so that we can easily get ENR/enode, which means
161161
# that users should NOT store private information in these Kurtosis nodes!
162-
"--http.api=admin,net,eth,web3,debug,trace{0}".format(
162+
"--http.api=admin,net,eth,web3,debug,txpool,trace{0}".format(
163163
",flashbots" if launcher.builder_type == "flashbots" else ""
164164
),
165165
"--ws",

0 commit comments

Comments
 (0)