Skip to content

Commit

Permalink
Fix deferred_call_changes in active history
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Dec 17, 2024
1 parent 1629e6a commit 60d9d3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions massa-execution-worker/src/active_history.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ mod test {
executed_ops_changes: Default::default(),
executed_denunciations_changes: Default::default(),
execution_trail_hash_change: Default::default(),
deferred_call_changes: Default::default(),
};
let state_changes_2 = StateChanges {
ledger_changes: Default::default(),
Expand All @@ -454,7 +453,6 @@ mod test {
executed_ops_changes: Default::default(),
executed_denunciations_changes: Default::default(),
execution_trail_hash_change: Default::default(),
deferred_call_changes: Default::default(),
};

let exec_output_1 = ExecutionOutput {
Expand Down

0 comments on commit 60d9d3a

Please sign in to comment.