Skip to content

Commit

Permalink
fix cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-chia committed Sep 27, 2024
1 parent ea8ca33 commit cbf864d
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 cbf864d

Please sign in to comment.