Skip to content

Commit

Permalink
update type in state_db
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Jan 24, 2025
1 parent 3e769f1 commit bfd7211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_optimized/state_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def get_storage(state: State, address: Address, key: Bytes32) -> U256:

@add_item(patches)
def get_storage_original(
state: State, address: Address, key: Bytes
state: State, address: Address, key: Bytes32
) -> U256:
"""
See `state`.
Expand Down

0 comments on commit bfd7211

Please sign in to comment.