diff --git a/zip-0205.html b/zip-0205.html
index c4b0ab269..771e6878b 100644
--- a/zip-0205.html
+++ b/zip-0205.html
@@ -60,7 +60,7 @@
Section 7.6.3 of 2 describes the algorithm used to adjust the difficulty of a block (defined in terms of a "target threshold") based on the This algorithm changed on testnet, starting from block 299188, to allow "minimum-difficulty" blocks. If the block time of a block from this height onward is at least 15 minutes after that of the preceding block, then the block is a minimum-difficulty block, and its target threshold is set to the value of PoWLimit for testnet (see 2 section 5.3). However, its This algorithm changed on testnet, starting from block 299188, to allow "minimum-difficulty" blocks. If the block time of a block from this height onward is greater than 15 minutes after that of the preceding block, then the block is a minimum-difficulty block, and its target threshold is set to the value of PoWLimit for testnet (see 2 section 5.3). However, its This does not affect how the minimum-difficulty block is treated for subsequent difficulty adjustments. In particular, only the This change does not affect mainnet.Change to difficulty adjustment on testnet
nTime
and nBits
fields of preceding blocks.nBits
field is still computed according to the original difficulty adjustment algorithm.nBits
field is still computed according to the original difficulty adjustment algorithm.nBits
field computed by the original algorithm is used for the purpose of computing the MeanTarget values from which subsequent difficulty changes are calculated.
The change in the effective value of PoWTargetSpacing will cause the block spacing to adjust to the new target, at the normal rate for a difficulty adjustment. The results of simulations are consistent with this expected behaviour.
Note that the change in AveragingWindowTimespan(height) takes effect immediately when calculating the target difficulty starting from the block at the Blossom activation height, even though the difficulty of the preceding PoWAveragingWindow blocks will have been adjusted using the pre-Blossom target spacing. Therefore it is likely that the difficulty adjustment for the first few blocks after activation will be limited by PoWMaxAdjustDown. This is not anticipated to cause any problem.
On the test network from block height 299188 onward, the difficulty adjustment algorithm allows minimum-difficulty blocks, as described in 8, when the block time exceeds a given threshold. This specification changes this threshold to be proportional to the block target spacing.
+On the test network from block height 299188 onward, the difficulty adjustment algorithm allows minimum-difficulty blocks, as described in 8, when the block time is greater than a given threshold. This specification changes this threshold to be proportional to the block target spacing.
That is, if the block time of a block at height height ≥ 299188 is at least 6 · PoWTargetSpacing(height) seconds after that of the preceding block, then the block is a minimum-difficulty block, and its target threshold is set to the value of PoWLimit for testnet (see section 5.3 of the Zcash Protocol Specification 4).
As before, the nBits
field of a minimum-difficulty block is still computed according to the original difficulty adjustment algorithm, and only this field is used for the purpose of computing the MeanTarget values from which subsequent difficulty changes are calculated.