Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Jan 16, 2025
1 parent 7b48f99 commit 352e492
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cairo/ethereum/cancun/state.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ from ethereum.cancun.fork_types import (
MappingBytes32U256,
MappingBytes32U256Struct,
Bytes32U256DictAccess,
SetAddressDictAccess,
SetAddressStruct,
)
from ethereum.cancun.trie import (
TrieBytes32U256,
Expand Down Expand Up @@ -664,6 +662,7 @@ func mark_account_created{poseidon_ptr: PoseidonBuiltin*, state: State}(address:
_storage_tries=state.value._storage_tries,
_snapshots=state.value._snapshots,
created_accounts=new_created_account,
original_storage_tries=state.value.original_storage_tries,
),
);

Expand Down

0 comments on commit 352e492

Please sign in to comment.