Skip to content

Commit

Permalink
fix GeneralTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Oct 20, 2024
1 parent 1b81ff1 commit 465e39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Ethereum.Test.Base/GeneralTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected EthereumTestResult RunTest(GeneralStateTest test, ITxTracer txTracer,

blockReceiptsTracer.StartNewBlockTrace(block);

BeaconBlockRootHandler beaconBlockRootHandler = new(transactionProcessor);
BeaconBlockRootHandler beaconBlockRootHandler = new(transactionProcessor, stateProvider);
if (!test.IsStateTest && test.ParentBeaconBlockRoot != null)
{
beaconBlockRootHandler.StoreBeaconRoot(block, spec);
Expand Down

0 comments on commit 465e39b

Please sign in to comment.