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