pub fn set_network_id(id: u8)Expand description
Update the NETWORK_ID. The other version strings will reference this value. By default, the network id is set to 1 which represents the mainnet.
This should be called before starting the node or client. The values will be read often and this can cause issues if the values are changed after the node is started.