Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Last active September 7, 2022 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bl4ck5un/ce5205f50a93e122fe1fc6c4517064a4 to your computer and use it in GitHub Desktop.
Save bl4ck5un/ce5205f50a93e122fe1fc6c4517064a4 to your computer and use it in GitHub Desktop.
Patch to eth-docker default
diff --git a/geth.yml b/geth.yml
index 33578eb..86d6431 100644
--- a/geth.yml
+++ b/geth.yml
@@ -46,7 +46,7 @@ services:
- --http.vhosts=*
- --http.corsdomain=*
- --http.api
- - web3,eth,net
+ - web3,eth,net,txpool
- --datadir
- /var/lib/goethereum
- --port
@@ -59,7 +59,7 @@ services:
- --ws.port
- ${EL_WS_PORT:-8546}
- --ws.api
- - web3,eth,net
+ - web3,eth,net,txpool
- --${NETWORK}
- --metrics
- --metrics.expensive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment