From 8736fe2844fe3607b7f782aa75e00287a8f247a4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:34:52 +0100 Subject: [PATCH] fix --- op-bnb/scripts/op-geth-start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/op-bnb/scripts/op-geth-start.sh b/op-bnb/scripts/op-geth-start.sh index 60a798cc..358988e6 100755 --- a/op-bnb/scripts/op-geth-start.sh +++ b/op-bnb/scripts/op-geth-start.sh @@ -43,7 +43,6 @@ exec geth \ --maxpeers=10 \ --networkid=$CHAIN_ID \ --miner.gaslimit=150000000 \ -# --triesInMemory=32 \ --txpool.globalslots=10000 \ --txpool.globalqueue=5000 \ --cache 6000 \