diff --git a/data/serializer/src/main/java/tech/pegasys/teku/api/schema/electra/BeaconBlockBodyElectra.java b/data/serializer/src/main/java/tech/pegasys/teku/api/schema/electra/BeaconBlockBodyElectra.java index 737ce75a4d8..b8d21a4af3b 100644 --- a/data/serializer/src/main/java/tech/pegasys/teku/api/schema/electra/BeaconBlockBodyElectra.java +++ b/data/serializer/src/main/java/tech/pegasys/teku/api/schema/electra/BeaconBlockBodyElectra.java @@ -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()); }