Skip to content

Commit

Permalink
small nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 13, 2023
1 parent 3879e2f commit bbb14cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1405,9 +1405,9 @@ public BeaconBlockBody randomBeaconBlockBodyWithCommitments(final int count) {
.voluntaryExits(
randomSszList(
schema.getVoluntaryExitsSchema(), this::randomSignedVoluntaryExit, 1))
.syncAggregate(this.randomSyncAggregateIfRequiredBySchema(schema))
.syncAggregate(randomSyncAggregateIfRequiredBySchema(schema))
.executionPayload(SafeFuture.completedFuture(randomExecutionPayload()))
.blsToExecutionChanges(this.randomSignedBlsToExecutionChangesList())
.blsToExecutionChanges(randomSignedBlsToExecutionChangesList())
.blobKzgCommitments(
SafeFuture.completedFuture(randomBlobKzgCommitments(count))))
.join();
Expand Down

0 comments on commit bbb14cd

Please sign in to comment.