Skip to content

Commit

Permalink
Merge branch 'master' into v2.0-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Mar 11, 2024
2 parents e39032d + 6ee74c7 commit b247368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/configuration.rs
Expand Up @@ -370,7 +370,7 @@ build_config! {
(use_isolated_db_for_mpt_table_height, (Option<u64>), 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.
Expand Down

0 comments on commit b247368

Please sign in to comment.