Skip to content

Commit

Permalink
fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Jan 17, 2025
1 parent e63ba7c commit ba5addd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cairo/ethereum/cancun/state.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ func move_ether{range_check_ptr, poseidon_ptr: PoseidonBuiltin*, state: State}(
sender_address: Address, recipient_address: Address, amount: U256
) {
alloc_locals;
let fp_and_pc = get_fp_and_pc();
local __fp__: felt* = fp_and_pc.fp_val;

let sender_account = get_account(sender_address);
let recipient_account = get_account(recipient_address);
let sender_balance = sender_account.value.balance;
Expand Down

0 comments on commit ba5addd

Please sign in to comment.