Skip to content

Commit 28f9de1

Browse files
committed
PerfTest launcher will use EthereumJsonSerializer now
1 parent 872df4f commit 28f9de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.PerfTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private static async Task RunRopstenBlocks()
346346
var blockchainProcessor = new BlockchainProcessor(blockTree, blockProcessor, new TxSignaturesRecoveryStep(ethereumSigner, transactionPool), _logManager, true, true);
347347

348348
/* load ChainSpec and init */
349-
ChainSpecLoader loader = new ChainSpecLoader(new UnforgivingJsonSerializer());
349+
ChainSpecLoader loader = new ChainSpecLoader(new EthereumJsonSerializer());
350350
string path = Path.Combine(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"chainspec", "ropsten.json"));
351351
_logger.Info($"Loading ChainSpec from {path}");
352352
ChainSpec chainSpec = loader.Load(File.ReadAllBytes(path));

0 commit comments

Comments
 (0)