Commit 3e1c7a65 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: disable pbss when gcmode archive set, force hash based init (#562)

parent 13de3f68
......@@ -220,7 +220,7 @@ def get_config(
elif (
"--gcmode archive" in extra_params
): # Disable path based storage scheme archive mode
init_datadir_cmd_str = "geth init --datadir={0} {1}".format(
init_datadir_cmd_str = "geth init --state.scheme=hash --datadir={0} {1}".format(
EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER + "/genesis.json",
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment