mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
blockchain: do not append "testnet" to the data directory
It is already there (unless overridden via command line).
This commit is contained in:
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);
|
boost::filesystem::path folder(m_config_folder);
|
||||||
|
|
||||||
// append "testnet" directory as needed
|
|
||||||
if (testnet)
|
|
||||||
{
|
|
||||||
folder /= "testnet";
|
|
||||||
}
|
|
||||||
|
|
||||||
LOG_PRINT_L0("Loading blockchain...");
|
LOG_PRINT_L0("Loading blockchain...");
|
||||||
|
|
||||||
//FIXME: update filename for BlockchainDB
|
//FIXME: update filename for BlockchainDB
|
||||||
|
Loading…
Reference in New Issue
Block a user