Skip to content

Commit

Permalink
fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jun 14, 2024
1 parent 37e9307 commit 42bc572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-execution-worker/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ impl ExecutionState {
context.stack = vec![
ExecutionStackElement {
address: message.sender,
coins: message.coins,
coins: Default::default(),
owned_addresses: vec![message.sender],
operation_datastore: None,
},
Expand Down

0 comments on commit 42bc572

Please sign in to comment.