Skip to content

Commit cfb5fd2

Browse files
committed
Removed methods
1 parent b02b005 commit cfb5fd2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ethereum/spec/src/main/java/tech/pegasys/teku/spec/executionlayer/ExecutionLayerChannelStub.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,7 @@ public SafeFuture<GetPayloadResponse> engineGetPayload(
290290
.transactions(transactions)
291291
.withdrawals(() -> payloadAttributes.getWithdrawals().orElse(List.of()))
292292
.blobGasUsed(() -> UInt64.ZERO)
293-
.excessBlobGas(() -> UInt64.ZERO)
294-
.depositRequests(() -> generateDepositRequests(state))
295-
.withdrawalRequests(List::of)
296-
.consolidationRequests(List::of));
293+
.excessBlobGas(() -> UInt64.ZERO));
297294

298295
// we assume all blocks are produced locally
299296
lastValidBlock =

0 commit comments

Comments
 (0)