mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
comment cuckoo genesis back in (#751)
This commit is contained in:
parent
90f844d382
commit
884906421c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ impl Server {
|
||||||
|
|
||||||
let genesis = match config.chain_type {
|
let genesis = match config.chain_type {
|
||||||
global::ChainTypes::Testnet1 => genesis::genesis_testnet1(),
|
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())?,
|
_ => pow::mine_genesis_block(config.mining_config.clone())?,
|
||||||
};
|
};
|
||||||
info!(LOGGER, "Starting server, genesis block: {}", genesis.hash(),);
|
info!(LOGGER, "Starting server, genesis block: {}", genesis.hash(),);
|
||||||
|
|
Loading…
Reference in a new issue