diff --git a/scripts/start-op-geth.sh b/scripts/start-op-geth.sh index e18145b..30d08b4 100755 --- a/scripts/start-op-geth.sh +++ b/scripts/start-op-geth.sh @@ -36,7 +36,6 @@ exec geth \ --discovery.port="${PORT__OP_GETH_P2P:-39393}" \ --db.engine=pebble \ --state.scheme=hash \ - --txlookuplimit=0 \ --history.state=0 \ --history.transactions=0 \ --txpool.pricebump=10 \ @@ -50,3 +49,4 @@ exec geth \ --syncmode="full" \ --gcmode="$NODE_TYPE" \ $EXTENDED_ARG $@ +