params: fix bpo config comments (#32755)

Looks like we forgot to update names when copying.
This commit is contained in:
lightclient 2025-09-29 05:44:04 -06:00 committed by GitHub
parent 46b7e78cc0
commit ea28346f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -377,25 +377,25 @@ var (
Max: 9,
UpdateFraction: 5007716,
}
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
// DefaultBPO1BlobConfig is the default blob configuration for the BPO1 fork.
DefaultBPO1BlobConfig = &BlobConfig{
Target: 10,
Max: 15,
UpdateFraction: 8346193,
}
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
// DefaultBPO2BlobConfig is the default blob configuration for the BPO2 fork.
DefaultBPO2BlobConfig = &BlobConfig{
Target: 14,
Max: 21,
UpdateFraction: 11684671,
}
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
// DefaultBPO3BlobConfig is the default blob configuration for the BPO3 fork.
DefaultBPO3BlobConfig = &BlobConfig{
Target: 21,
Max: 32,
UpdateFraction: 20609697,
}
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
// DefaultBPO4BlobConfig is the default blob configuration for the BPO4 fork.
DefaultBPO4BlobConfig = &BlobConfig{
Target: 14,
Max: 21,