ZIP 207: s/founders reward/Founders' Reward/

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-11 16:46:14 +00:00
parent 45833a1588
commit 83abb5f5d3
2 changed files with 4 additions and 4 deletions

View File

@ -309,8 +309,8 @@ Address(height) = FundingStream[FUND].Addresses[FundingStream[FUND].AddressIndex
<span class="p">}</span>
<span class="p">}</span> <span class="k">else</span> <span class="p">{</span>
<span class="c1">// Coinbase transaction must include an output sending 20% of</span>
<span class="c1">// the block subsidy to a Founders&#39; Reward script, until the last founders</span>
<span class="c1">// reward block is reached, with exception of the genesis block.</span>
<span class="c1">// the block subsidy to a Founders&#39; Reward script, until the last Founders&#39;</span>
<span class="c1">// Reward block is reached, with exception of the genesis block.</span>
<span class="c1">// The last Founders&#39; Reward block is defined as the block just before the</span>
<span class="c1">// first subsidy halving block.</span>
<span class="k">if</span> <span class="p">((</span><span class="n">nHeight</span> <span class="o">&gt;</span> <span class="mi">0</span><span class="p">)</span> <span class="o">&amp;&amp;</span> <span class="p">(</span><span class="n">nHeight</span> <span class="o">&lt;=</span> <span class="n">consensusParams</span><span class="p">.</span><span class="n">GetLastFoundersRewardBlockHeight</span><span class="p">()))</span> <span class="p">{</span>

View File

@ -322,8 +322,8 @@ Example implementation
}
} else {
// Coinbase transaction must include an output sending 20% of
// the block subsidy to a Founders' Reward script, until the last founders
// reward block is reached, with exception of the genesis block.
// the block subsidy to a Founders' Reward script, until the last Founders'
// Reward block is reached, with exception of the genesis block.
// The last Founders' Reward block is defined as the block just before the
// first subsidy halving block.
if ((nHeight > 0) && (nHeight <= consensusParams.GetLastFoundersRewardBlockHeight())) {