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 \