From eba0fdaee7e0aade0e1f11b8985214b17e43e876 Mon Sep 17 00:00:00 2001 From: Roberto Bayardo Date: Fri, 29 Mar 2024 10:46:27 -0700 Subject: [PATCH] add flag to disable tx gossip (#229) --- geth-entrypoint | 1 + 1 file changed, 1 insertion(+) diff --git a/geth-entrypoint b/geth-entrypoint index 9ea5290..ac5b61d 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=true \ $ADDITIONAL_ARGS # intentionally unquoted