diff --git a/geth-entrypoint b/geth-entrypoint index 9ea52905..7a944501 100755 --- a/geth-entrypoint +++ b/geth-entrypoint @@ -67,4 +67,5 @@ exec ./geth \ --rollup.halt=major \ --op-network="$OP_NODE_NETWORK" \ --port="$P2P_PORT" \ + --rollup.disabletxpoolgossip=false \ $ADDITIONAL_ARGS # intentionally unquoted