Variable ConsensusConfig.chain_id

Chain ID to be used while calculating hashes Used to protect against replay attacks between networks By conveniention, we use 0 for CoinNet and 1 for TestNet

struct ConsensusConfig
{
  // ...
  ulong chain_id = 0LU;
  // ...
}