Skip to content

Commit

Permalink
Test conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 26, 2024
1 parent 7426fa6 commit 77b6536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kakarot/kakarot.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ func upgrade_account{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check
return Kakarot.upgrade_account(evm_address, new_class_hash);
}

// tmp to trigger the tests

// @notice Writes to an account's nonce
// @dev Writes the nonce to the account's storage.
// @param evm_address The evm address of the account.
Expand Down

0 comments on commit 77b6536

Please sign in to comment.