public ConsensusRequestMiningEventHandlerTests() { _blockchainService = GetRequiredService <IBlockchainService>(); _consensusRequestMiningEventHandler = GetRequiredService <ConsensusRequestMiningEventHandler>(); _localEventBus = GetRequiredService <ILocalEventBus>(); _testContext = GetRequiredService <KernelConsensusRequestMiningTestContext>(); }
public BlockMiningEventHandlerTests() { _chainService = GetRequiredService <IBlockchainService>(); _miningEventHandler = GetRequiredService <ConsensusRequestMiningEventHandler>(); }