diff --git a/zip-0205.html b/zip-0205.html index d8ce7811..4c440608 100644 --- a/zip-0205.html +++ b/zip-0205.html @@ -15,7 +15,7 @@ Category: Consensus Created: 2018-10-08 License: MIT

Terminology

-

The key words "MUST", "MUST NOT", "SHOULD", and "MAY" in this document are to be interpreted as described in RFC 2119. 1

+

The key words "MUST" and "SHOULD" in this document are to be interpreted as described in RFC 2119. 1

The terms "consensus branch" and "network upgrade" in this document are to be interpreted as described in ZIP 200. 7

The terms "Testnet" and "Mainnet" are to be interpreted as described in section 3.11 of the Zcash Protocol Specification 3.

The terms below are to be interpreted as follows:

@@ -53,7 +53,7 @@ License: MIT
/** The period before a network upgrade activates, where connections to upgrading peers are preferred (in blocks). */
 static const int NETWORK_UPGRADE_PEER_PREFERENCE_BLOCK_PERIOD = 24 * 24 * 3;

The implementation is similar to that for Overwinter which was described in 8.

-

Once Sapling activates on Testnet or Mainnet, Sapling nodes should take steps to:

+

Once Sapling activates on Testnet or Mainnet, Sapling nodes SHOULD take steps to: