Skip to content

Commit

Permalink
Correct commentary in SplitCoinStakeOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Apr 28, 2022
1 parent ec49889 commit 9850a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1048,11 +1048,11 @@ void SplitCoinStakeOutput(CBlock &blocknew, int64_t &nReward, bool &fEnableStake
// [MRC 1], ..., [MRC p].
//
// Currently according to the output limit rules encoded in CreateMRC and here:
// For block version 10:
// For block version 10-11:
// one empty, m <= 6, m + n <= 7, and p = 0.
//
// For block version 11 and above:
// one empty, m <= 6, m + n <= 7, and p <= 5.
// For block version 12:
// one empty, m <= 6, m + n <= 10, and p <= 10.

// The total generated GRC is the total of the reward splits - the fees (the original GridcoinReward which is the
// research reward + CBR), plus the total of the MRC outputs 2 to p (these outputs already have the fees subtracted)
Expand Down

0 comments on commit 9850a72

Please sign in to comment.