Skip to content

Commit

Permalink
add final
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 20, 2023
1 parent f54e15a commit d7d01da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ public BeaconBlockBody randomBeaconBlockBodyWithCommitments(final int count) {

public BeaconBlockBody randomBeaconBlockBodyWithCommitments(
final SszList<SszKZGCommitment> commitments) {
BeaconBlockBodySchema<?> schema =
final BeaconBlockBodySchema<?> schema =
spec.getGenesisSpec().getSchemaDefinitions().getBeaconBlockBodySchema();
return schema
.createBlockBody(
Expand Down Expand Up @@ -1489,7 +1489,7 @@ public BeaconBlockBody randomBeaconBlockBodyWithCommitments(
}

public BeaconBlockBody randomFullBeaconBlockBody() {
BeaconBlockBodySchema<?> schema =
final BeaconBlockBodySchema<?> schema =
spec.getGenesisSpec().getSchemaDefinitions().getBeaconBlockBodySchema();
return schema
.createBlockBody(
Expand Down

0 comments on commit d7d01da

Please sign in to comment.