Skip to content

Commit

Permalink
Remove obsolete references
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Apr 29, 2024
1 parent 9914dc8 commit 1aa3bb3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/client/src/miner/pendingBlock.ts
Expand Up @@ -289,12 +289,7 @@ export class PendingBlock {

const { skippedByAddErrors, blobTxs } = await this.addTransactions(builder, txs)

// Add pending CL requests
let requests
if (vm.common.isActivatedEIP(7685)) {
// Add pending CL requests by type
}
const block = await builder.build({ requests })
const block = await builder.build()

// Construct blobs bundle
const blobs = block.common.isActivatedEIP(4844)
Expand Down

0 comments on commit 1aa3bb3

Please sign in to comment.