we were generating different genesis blocks (#994)
every time a user testing node started up and we could not peer them successfully
This commit is contained in:
@@ -126,6 +126,7 @@ impl Server {
|
||||
global::ChainTypes::Testnet1 => genesis::genesis_testnet1(),
|
||||
global::ChainTypes::Testnet2 => genesis::genesis_testnet2(),
|
||||
global::ChainTypes::AutomatedTesting => genesis::genesis_dev(),
|
||||
global::ChainTypes::UserTesting => genesis::genesis_dev(),
|
||||
_ => pow::mine_genesis_block(config.mining_config.clone())?,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user