Skip to content

Commit b4d490c

Browse files
authored
chore: remove stale comment about default max blobs limit (#7907)
**Motivation** We are no longer backporting the blob schedule to deneb/electra which means once we reach fulu we will default to `MAX_BLOBS_PER_BLOCK_ELECTRA` if there is no blob schedule entry for the fulu fork epoch which is very likely as we wanna bump blobs a bit later, hence the comment that default / fallback is only used during testing is no longer true. **Description** Remove stale comment about default max blobs limit
1 parent 8e542ab commit b4d490c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/config/src/forkConfig/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export function createForkConfig(config: ChainConfig): ForkConfig {
162162
}
163163
}
164164

165-
// Only for testing. Should never reach this line on a public network.
166165
return config.MAX_BLOBS_PER_BLOCK_ELECTRA;
167166
},
168167
getMaxRequestBlobSidecars(fork: ForkName): number {

0 commit comments

Comments
 (0)