From feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 12 Apr 2012 21:26:35 -0400 Subject: Testnet, Mark III --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index 3ab30baff..b07c9c1b7 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -834,7 +834,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific) path = GetDefaultDataDir(); } if (fNetSpecific && GetBoolArg("-testnet", false)) - path /= "testnet"; + path /= "testnet3"; fs::create_directory(path); -- cgit v1.2.3