Skip to content

Commit

Permalink
rename BlockContents and SignedBlockContents block propertie
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed May 15, 2023
1 parent 61d4eec commit be06dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class BlockContentsSchema
final BlobSidecarSchema blobSidecarSchema) {
super(
"BlockContents",
namedSchema("beacon_block", beaconBlockSchema),
namedSchema("block", beaconBlockSchema),
namedSchema(
FIELD_BLOB_SIDECARS,
SszListSchema.create(blobSidecarSchema, specConfig.getMaxBlobsPerBlock())));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SignedBlockContentsSchema
final SignedBeaconBlockSchema signedBeaconBlockSchema) {
super(
"SignedBlockContents",
namedSchema("signed_block_contents", signedBeaconBlockSchema),
namedSchema("signed_block", signedBeaconBlockSchema),
namedSchema(
FIELD_SIGNED_BLOB_SIDECARS,
SszListSchema.create(signedBlobSidecarSchema, specConfig.getMaxBlobsPerBlock())));
Expand Down

0 comments on commit be06dad

Please sign in to comment.