Skip to content

Commit

Permalink
Update cargo lock (#544)
Browse files Browse the repository at this point in the history
* update Cargo.lock

* fix cargo fmt check
  • Loading branch information
jacob-chia authored Sep 27, 2024
1 parent 114c386 commit fb4e87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ where
}
vm_state.set_balance(input.get_caller(), caller_balance - tx_value);
}

vm_state.set_balance(input.get_contract(), contract_balance + tx_value);
}
}
Expand Down

0 comments on commit fb4e87a

Please sign in to comment.