Skip to content

Commit

Permalink
Merge pull request #1021 from sergey-s-s/access-for-orchestrator
Browse files Browse the repository at this point in the history
Improve access for BlockchainProcessor.BlockchainProcessingOrchestrator - to be able to set LogProcessingStrategy
  • Loading branch information
juanfranblanco committed Apr 5, 2024
2 parents 07619ad + 84f3692 commit c1a89c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethereum.BlockchainProcessing/BlockchainProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Nethereum.BlockchainProcessing
{
public class BlockchainProcessor
{
protected IBlockchainProcessingOrchestrator BlockchainProcessingOrchestrator { get; set; }
public IBlockchainProcessingOrchestrator BlockchainProcessingOrchestrator { get; protected set; }
private IBlockProgressRepository _blockProgressRepository;
private ILastConfirmedBlockNumberService _lastConfirmedBlockNumberService;
private ILogger _log;
Expand Down

0 comments on commit c1a89c6

Please sign in to comment.