blockchain: do not append "testnet" to the data directory

It is already there (unless overridden via command line).
release-v0.4.0.1
moneromooo-monero 10 years ago committed by warptangent
parent 1c578ad3f8
commit 1860658eec

@ -238,12 +238,6 @@ bool Blockchain::init(const std::string& config_folder, bool testnet)
boost::filesystem::path folder(m_config_folder);
// append "testnet" directory as needed
if (testnet)
{
folder /= "testnet";
}
LOG_PRINT_L0("Loading blockchain...");
//FIXME: update filename for BlockchainDB

Loading…
Cancel
Save