Constant zebra_network::constants::CURRENT_NETWORK_PROTOCOL_VERSION
source ยท 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.
This version of Zebra draws the current network protocol version from ZIP-253.