Skip to content

Commit

Permalink
Clear named keys instead of prune
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Jul 30, 2024
1 parent 8059c70 commit 2bc125d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions execution_engine/src/core/engine_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,14 +447,6 @@ where
tracking_copy.borrow_mut().write(unbonding_delay_key, value);
}

// match system_upgrader
// .clear_named_keys_for_packages(correlation_id, upgrade_config.global_state_update())
// { Ok(()) => { info!("cleared named keys for contracts")}
// Err(error) => {
// error!("error in clearing named keys: {:?}", error);
// }
// }

// apply the accepted modifications to global state.
for (key, value) in upgrade_config.global_state_update() {
// Skip the key hashes associated with values as we mark these as records to be
Expand Down

0 comments on commit 2bc125d

Please sign in to comment.