We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd65d1 commit 3ec63d2Copy full SHA for 3ec63d2
consensus/misc/eip4844/eip4844_test.go
@@ -129,14 +129,8 @@ func TestFakeExponential(t *testing.T) {
129
}
130
131
func TestCalcExcessBlobGasEIP7918(t *testing.T) {
132
- // TODO: replace with a test config that has Osaka enabled.
133
- c := *params.MainnetChainConfig
134
- cfg := &c
135
- cfg.OsakaTime = new(uint64)
136
- pragueSchedule := *cfg.BlobScheduleConfig.Prague
137
- cfg.BlobScheduleConfig.Osaka = &pragueSchedule
138
-
139
var (
+ cfg = params.MergedTestChainConfig
140
targetBlobs = targetBlobsPerBlock(cfg, *cfg.CancunTime)
141
blobGasTarget = uint64(targetBlobs) * params.BlobTxBlobGasPerBlob
142
)
0 commit comments