We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13de3f6 commit 3e1c7a6Copy full SHA for 3e1c7a6
src/el/geth/geth_launcher.star
@@ -220,7 +220,7 @@ def get_config(
220
elif (
221
"--gcmode archive" in extra_params
222
): # Disable path based storage scheme archive mode
223
- init_datadir_cmd_str = "geth init --datadir={0} {1}".format(
+ init_datadir_cmd_str = "geth init --state.scheme=hash --datadir={0} {1}".format(
224
EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
225
constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER + "/genesis.json",
226
)
0 commit comments