diff --git a/zip-0207.html b/zip-0207.html index 026bb7aa..e80778e8 100644 --- a/zip-0207.html +++ b/zip-0207.html @@ -309,8 +309,8 @@ Address(height) = FundingStream[FUND].Addresses[FundingStream[FUND].AddressIndex } } 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())) { diff --git a/zip-0207.rst b/zip-0207.rst index 93d202a0..6d19022c 100644 --- a/zip-0207.rst +++ b/zip-0207.rst @@ -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())) {