heal by default

This commit is contained in:
goldsquid
2025-09-06 19:59:50 +07:00
parent 5697e7530f
commit 5dddb8155f

View File

@@ -18,6 +18,8 @@ if [ ! -f "$datadir/initialized" ]; then
echo "Initialization complete." echo "Initialization complete."
else else
echo "Sonic is already initialized." echo "Sonic is already initialized."
# just in case because after every shutdown this shit is corrupted by default
GOMEMLIMIT=28GiB sonictool --datadir "$datadir" --cache 12000 heal
fi fi
echo "Generating new Geth node key..." echo "Generating new Geth node key..."