Skip to content

Commit a3955e2

Browse files
committed
Fix naming change
1 parent 51d4c73 commit a3955e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Nethermind/Nethermind.Core.Test/Builders/TransactionBuilder.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Linq;
66
using Nethermind.Core.Crypto;
77
using Nethermind.Core.Eip2930;
8-
using Nethermind.Core.Extensions;
98
using Nethermind.Core.Specs;
109
using Nethermind.Crypto;
1110
using Nethermind.Int256;
@@ -178,7 +177,7 @@ public TransactionBuilder<T> WithShardBlobTxTypeAndFields(int blobCount = 1, boo
178177

179178
if (isMempoolTx)
180179
{
181-
IBlobProofsManager proofsManager = IBlobProofsManager.For(spec?.GetBlobProofVersion() ?? ProofVersion.V1);
180+
IBlobProofsManager proofsManager = IBlobProofsManager.For(spec?.GetBlobProofVersion() ?? ProofVersion.V0);
182181

183182
ShardBlobNetworkWrapper wrapper = proofsManager.AllocateWrapper([.. Enumerable.Range(1, blobCount).Select(i =>
184183
{

0 commit comments

Comments
 (0)