Skip to content

Commit

Permalink
change field name to align with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Feb 24, 2023
1 parent 087f8a2 commit 5914094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static class BlobIdentifierSchema
private BlobIdentifierSchema() {
super(
"BlobIdentifier",
namedSchema("blockRoot", SszPrimitiveSchemas.BYTES32_SCHEMA),
namedSchema("block_root", SszPrimitiveSchemas.BYTES32_SCHEMA),
namedSchema("index", SszPrimitiveSchemas.UINT64_SCHEMA));
}

Expand Down

0 comments on commit 5914094

Please sign in to comment.