From 77b65360fec933d3ec396f515f5f325ee5ada39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Thu, 26 Sep 2024 15:43:34 +0200 Subject: [PATCH] Test conditions --- src/kakarot/kakarot.cairo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kakarot/kakarot.cairo b/src/kakarot/kakarot.cairo index 4e24db82b..1c95a429f 100644 --- a/src/kakarot/kakarot.cairo +++ b/src/kakarot/kakarot.cairo @@ -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.