Skip to content

Commit a4da889

Browse files
committed
types: rename beacon root json output
1 parent 4aa816d commit a4da889

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)