Skip to content

Commit

Permalink
Update src/ethereum_test_tools/rpc/rpc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Vega <[email protected]>
  • Loading branch information
spencer-tb and marioevz authored May 15, 2024
1 parent 664e1f1 commit c340320
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ethereum_test_tools/rpc/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ def storage_at_keys(
Helper to retrieve the storage values for the specified keys at a given address and block
number.
"""
if isinstance(block_number, int):
block_number
results: Dict = {}
for key in keys:
storage_value = self.get_storage_at(account, key, block_number)
Expand Down

0 comments on commit c340320

Please sign in to comment.