comment cuckoo genesis back in (#751)

This commit is contained in:
Yeastplume 2018-03-05 15:52:26 +00:00 committed by GitHub
parent 90f844d382
commit 884906421c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ impl Server {
let genesis = match config.chain_type {
global::ChainTypes::Testnet1 => genesis::genesis_testnet1(),
//global::ChainTypes::Testnet2 => genesis::genesis_testnet2(),
global::ChainTypes::Testnet2 => genesis::genesis_testnet2(),
_ => pow::mine_genesis_block(config.mining_config.clone())?,
};
info!(LOGGER, "Starting server, genesis block: {}", genesis.hash(),);