Skip to content

Commit 1c9a4fe

Browse files
authored
Merge pull request #240 from marioevz/rename-beacon-root-block-field
types: Rename JSON output to `parentBeaconBlockRoot`
2 parents 4aa816d + a4da889 commit 1c9a4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_tools/common/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ class FixtureHeader:
20932093
fork_requirement_check="header_beacon_root_required",
20942094
source_environment="beacon_root",
20952095
),
2096-
json_encoder=JSONEncoder.Field(name="beaconRoot"),
2096+
json_encoder=JSONEncoder.Field(name="parentBeaconBlockRoot"),
20972097
)
20982098

20992099
hash: Optional[Hash] = header_field(

0 commit comments

Comments
 (0)