Skip to content

Commit 9850a72

Browse files
committed
Correct commentary in SplitCoinStakeOutput
1 parent ec49889 commit 9850a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/miner.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1048,11 +1048,11 @@ void SplitCoinStakeOutput(CBlock &blocknew, int64_t &nReward, bool &fEnableStake
10481048
// [MRC 1], ..., [MRC p].
10491049
//
10501050
// Currently according to the output limit rules encoded in CreateMRC and here:
1051-
// For block version 10:
1051+
// For block version 10-11:
10521052
// one empty, m <= 6, m + n <= 7, and p = 0.
10531053
//
1054-
// For block version 11 and above:
1055-
// one empty, m <= 6, m + n <= 7, and p <= 5.
1054+
// For block version 12:
1055+
// one empty, m <= 6, m + n <= 10, and p <= 10.
10561056

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

0 commit comments

Comments
 (0)