Skip to content

Commit aa7de2f

Browse files
authored
Merge pull request #820 from fassadlr/fixfedmembers
Can inject null IPoaMiner into FederationController
2 parents 8cb75fb + d14b380 commit aa7de2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Stratis.Bitcoin.Features.PoA/Voting/FederationController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public FederationController(
3030
VotingManager votingManager,
3131
Network network,
3232
IFederationHistory federationHistory,
33-
IPoAMiner poAMiner,
34-
ReconstructFederationService reconstructFederationService)
33+
ReconstructFederationService reconstructFederationService,
34+
IPoAMiner poAMiner = null)
3535
{
3636
this.chainIndexer = chainIndexer;
3737
this.federationManager = federationManager;

0 commit comments

Comments
 (0)