mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
bench: bench_bitcoin -> bench_dash
This commit is contained in:
parent
724e8aed19
commit
724c6d51c1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user