Skip to content

Commit

Permalink
clients/erigon: Configure snapshots flag (#992)
Browse files Browse the repository at this point in the history
clients/erigon/erigon.sh: Configure snapshots flag.
  • Loading branch information
spencer-tb authored Feb 6, 2024
1 parent c1d8cfc commit 2295e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/erigon/erigon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
FLAGS="$FLAGS --authrpc.addr=0.0.0.0 --authrpc.jwtsecret=/jwt.secret"
fi

# Configure snapshots.
FLAGS="$FLAGS --snapshots=false"

# Launch the main client.
FLAGS="$FLAGS --nat=none"
echo "Running erigon with flags $FLAGS"
Expand Down

0 comments on commit 2295e9a

Please sign in to comment.