Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Sep 8, 2023
1 parent 54114bb commit 495a05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion massa-final-state/src/final_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ impl FinalState {
if reset_final_state {
final_state.db.read().set_initial_change_id(slot);
// delete the execution trail hash
final_state.db
final_state
.db
.write()
.delete_prefix(EXECUTION_TRAIL_HASH_PREFIX, STATE_CF, None);
final_state.async_pool.reset();
Expand Down

0 comments on commit 495a05b

Please sign in to comment.