mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue