Skip to content

Commit

Permalink
Merge pull request #820 from fassadlr/fixfedmembers
Browse files Browse the repository at this point in the history
Can inject null IPoaMiner into FederationController
  • Loading branch information
fassadlr authored Dec 13, 2021
2 parents 8cb75fb + d14b380 commit aa7de2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public FederationController(
VotingManager votingManager,
Network network,
IFederationHistory federationHistory,
IPoAMiner poAMiner,
ReconstructFederationService reconstructFederationService)
ReconstructFederationService reconstructFederationService,
IPoAMiner poAMiner = null)
{
this.chainIndexer = chainIndexer;
this.federationManager = federationManager;
Expand Down

0 comments on commit aa7de2f

Please sign in to comment.