Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 10, 2024
1 parent 099abc6 commit f5bcacf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public BeaconBlockBodyBuilder payloadAttestations(

@Override
protected void validate() {
// EIP7732 TODO: hacky skip of super.validate() to avoid blobKzgCommitments and executionPayload checks
// EIP7732 TODO: hacky skip of super.validate() to avoid blobKzgCommitments and executionPayload
// checks
// super.validate();
checkNotNull(signedExecutionPayloadHeader, "signedExecutionPayloadHeader must be specified");
checkNotNull(payloadAttestations, "payloadAttestations must be specified");
Expand Down

0 comments on commit f5bcacf

Please sign in to comment.