Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Sep 23, 2024
1 parent fb4edbd commit 47f0c08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ public BeaconBlockBodyElectra(
.map(SszKZGCommitment::getKZGCommitment)
.map(KZGCommitment::new)
.toList();
// TODO add execution requests from BeaconBlocBodyElectra (https://github.com/Consensys/teku/pull/8600)
// TODO add execution requests from BeaconBlocBodyElectra
// (https://github.com/Consensys/teku/pull/8600)
this.executionRequests = new ExecutionRequests(List.of(), List.of(), List.of());
}

Expand Down

0 comments on commit 47f0c08

Please sign in to comment.