bench: bench_bitcoin -> bench_dash

This commit is contained in:
xdustinface 2020-12-18 04:37:24 +01:00 committed by pasta
parent 724e8aed19
commit 724c6d51c1
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -31,7 +31,7 @@ void CleanupBLSDkgTests();
static fs::path SetDataDir() static fs::path SetDataDir()
{ {
fs::path ret = fs::temp_directory_path() / "bench_bitcoin" / fs::unique_path(); fs::path ret = fs::temp_directory_path() / "bench_dash" / fs::unique_path();
fs::create_directories(ret); fs::create_directories(ret);
gArgs.ForceSetArg("-datadir", ret.string()); gArgs.ForceSetArg("-datadir", ret.string());
return ret; return ret;