Skip to content

Commit 2d526d2

Browse files
consensus/misc/eip4844: another fix
1 parent 90fd4bb commit 2d526d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/misc/eip4844/eip4844_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestCalcBlobFee(t *testing.T) {
9191
}
9292
}
9393

94-
func TestCalcBlobFee2(t *testing.T) {
94+
func TestCalcBlobFeePostOsaka(t *testing.T) {
9595
zero := uint64(0)
9696
bpo1 := uint64(1754836608)
9797
bpo2 := uint64(1754934912)

0 commit comments

Comments
 (0)