Skip to content

Commit ea28346

Browse files
authored
params: fix bpo config comments (#32755)
Looks like we forgot to update names when copying.
1 parent 46b7e78 commit ea28346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,25 +377,25 @@ var (
377377
Max: 9,
378378
UpdateFraction: 5007716,
379379
}
380-
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
380+
// DefaultBPO1BlobConfig is the default blob configuration for the BPO1 fork.
381381
DefaultBPO1BlobConfig = &BlobConfig{
382382
Target: 10,
383383
Max: 15,
384384
UpdateFraction: 8346193,
385385
}
386-
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
386+
// DefaultBPO2BlobConfig is the default blob configuration for the BPO2 fork.
387387
DefaultBPO2BlobConfig = &BlobConfig{
388388
Target: 14,
389389
Max: 21,
390390
UpdateFraction: 11684671,
391391
}
392-
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
392+
// DefaultBPO3BlobConfig is the default blob configuration for the BPO3 fork.
393393
DefaultBPO3BlobConfig = &BlobConfig{
394394
Target: 21,
395395
Max: 32,
396396
UpdateFraction: 20609697,
397397
}
398-
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
398+
// DefaultBPO4BlobConfig is the default blob configuration for the BPO4 fork.
399399
DefaultBPO4BlobConfig = &BlobConfig{
400400
Target: 14,
401401
Max: 21,

0 commit comments

Comments
 (0)