Skip to content

Commit

Permalink
fix: fix pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Oct 17, 2023
1 parent a3d4cd1 commit 530c68c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/evm/src/instructions/environmental_information.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ impl EnvironmentInformationImpl of EnvironmentInformationTrait {
// A good condition to check is nonce > 0, as deploying a contract account
// will set its nonce to 1
let ca_storage = kakarot_state.contract_account_storage(evm_address);
KakarotCore::ContractState
>::contract_account_storage(@kakarot_state, evm_address);
if ca_storage.nonce != 0 {
return self.stack.push(ca_storage.balance);
}
Expand Down

0 comments on commit 530c68c

Please sign in to comment.