Skip to content

Commit 362f18c

Browse files
committed
set default TargetBlobCount, MaxBlobCount to zero
1 parent c2737fc commit 362f18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ private void SetMaxAndTargetBlobCount(ChainSpec chainSpec, ReleaseSpec spec, ulo
262262
}
263263
else
264264
{
265-
spec.TargetBlobCount = 3;
266-
spec.MaxBlobCount = 6;
265+
spec.TargetBlobCount = 0;
266+
spec.MaxBlobCount = 0;
267267
}
268268
}
269269

0 commit comments

Comments
 (0)