debugging

This commit is contained in:
Sebastian
2023-01-26 13:13:10 +01:00
parent b47b03a945
commit 2528fb58fb
2 changed files with 2 additions and 2 deletions

View File

@@ -25,5 +25,5 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
else
echo "$GETH_CHAINDATA_DIR exists, checking for hardfork."
echo "Chain config:"
geth dump-chain-cfg --datadir="$GETH_DATA_DIR"
# geth dump-chain-cfg --datadir="$GETH_DATA_DIR"
fi