pub const CURRENT_NETWORK_PROTOCOL_VERSION: Version;
Expand description

The Zcash network protocol version implemented by this crate, and advertised during connection setup.

The current protocol version is checked by our peers. If it is too old, newer peers will disconnect from us.

The current protocol version typically changes before Mainnet and Testnet network upgrades.