We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb75fb + d14b380 commit aa7de2fCopy full SHA for aa7de2f
1 file changed
src/Stratis.Bitcoin.Features.PoA/Voting/FederationController.cs
@@ -30,8 +30,8 @@ public FederationController(
30
VotingManager votingManager,
31
Network network,
32
IFederationHistory federationHistory,
33
- IPoAMiner poAMiner,
34
- ReconstructFederationService reconstructFederationService)
+ ReconstructFederationService reconstructFederationService,
+ IPoAMiner poAMiner = null)
35
{
36
this.chainIndexer = chainIndexer;
37
this.federationManager = federationManager;
0 commit comments