Skip to content

Commit

Permalink
Enable resync logic for Reth
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Mar 3, 2024
1 parent b8d7218 commit 14e181b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,6 @@ ssv_switch() {


delete_reth() {
# Enable this when Reth changes DB
if true; then
return 0
fi
# Check for Reth
var="COMPOSE_FILE"
value=$(sed -n -e "s/^${var}=\(.*\)/\1/p" "${ENV_FILE}" || true)
Expand Down Expand Up @@ -2666,8 +2662,8 @@ query_execution_client() {
"nethermind.yml" "Nethermind (.NET)" \
"besu.yml" "Besu (Java)" \
"geth.yml" "Geth (Go)" \
"reth.yml" "Reth (Rust) - beta release" \
"erigon.yml" "Erigon (Go)" \
"reth.yml" "Reth (Rust) - alpha release" \
"NONE" "Custom - Distributed" 3>&1 1>&2 2>&3)
fi

Expand Down

0 comments on commit 14e181b

Please sign in to comment.