diff --git a/client/src/configuration.rs b/client/src/configuration.rs index 347195aa70..52bfeb2000 100644 --- a/client/src/configuration.rs +++ b/client/src/configuration.rs @@ -370,7 +370,7 @@ build_config! { (use_isolated_db_for_mpt_table_height, (Option), None) // Recover the latest MPT snapshot from the era checkpoint (recovery_latest_mpt_snapshot, (bool), false) - (keep_era_genesis_snapshot, (bool), false) + (keep_era_genesis_snapshot, (bool), true) } { // Development related section.