Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update PosMinting.cs (#3285)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mixitka authored and noescape00 committed Feb 27, 2019
1 parent 92454c8 commit 36797dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stratis.Bitcoin.Features.Miner/Staking/PosMinting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public enum CurrentState
/// but high enough to compensate for tasks' overhead.</remarks>
private const int UtxoStakeDescriptionsPerCoinstakeWorker = 25;

/// <summary>Consumes manager class.</summary>
/// <summary>Consensus manager class.</summary>
private readonly IConsensusManager consensusManager;

/// <summary>Thread safe access to the best chain of block headers (that the node is aware of) from genesis.</summary>
Expand Down

0 comments on commit 36797dc

Please sign in to comment.