X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.cpp;h=027ee10082fb158fcf60b97ec70ff7c35e8df2ed;hp=95bc3a9bb30653849e49fbe59fff1f1bb4089441;hb=6145f2d5e9f380a11bce933fe343d48fd8936a33;hpb=ada04fc66d18048cb1d94ab02290be2796d9395f diff --git a/src/util.cpp b/src/util.cpp index 95bc3a9..027ee10 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1062,7 +1062,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific) path = GetDefaultDataDir(); } if (fNetSpecific && GetBoolArg("-testnet", false)) - path /= "testnet"; + path /= "testnet2"; fs::create_directory(path);