We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90c179 commit d200a12Copy full SHA for d200a12
1 file changed
console/executor.cpp
@@ -120,9 +120,8 @@ bool executor::do_initchain()
120
{
121
LOG_INFO(LOG_NODE) << format(BN_INITIALIZING_CHAIN) % directory;
122
123
- const auto testnet = metadata_.configured.chain.easy_blocks;
124
-
125
// Unfortunately we are limited to a choice of hardcoded chains.
+ auto testnet = (metadata_.configured.network.identifier == 118034699u);
126
const auto genesis = testnet ? block::genesis_testnet() :
127
block::genesis_mainnet();
128
0 commit comments