From 971ed9c46237e5080838056c567a255407ef9c56 Mon Sep 17 00:00:00 2001 From: Roberto Bayardo Date: Fri, 29 Mar 2024 10:07:13 -0700 Subject: [PATCH] add flag to disable tx gossip --- geth-entrypoint | 1 + 1 file changed, 1 insertion(+) 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