We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73963c commit 2926ec4Copy full SHA for 2926ec4
tests/cancun/eip4788_beacon_root/common.py
@@ -41,7 +41,7 @@ def expected_storage(
41
- success or failure of the call
42
- validity of the timestamp input used within the call
43
"""
44
- storage: Storage.StorageDictType = dict()
+ storage = Storage()
45
# beacon root precompile call is successful
46
if valid_call:
47
storage[0] = 1
tests/cancun/eip4788_beacon_root/test_beacon_root_precompile.py
@@ -84,7 +84,7 @@ def test_beacon_root_precompile_calls(
84
- `DELEGATECALL`
85
- `CALLCODE`
86
- `STATICCALL`
87
- for diffent call gas amounts:
+ for different call gas amounts:
88
- exact gas (valid call)
89
- extra gas (valid call)
90
- insufficient gas (invalid call)
0 commit comments