]> Git Repo - VerusCoin.git/blobdiff - src/zcbenchmarks.cpp
test
[VerusCoin.git] / src / zcbenchmarks.cpp
index 6ea99993c039d183932c165989b7c50a2478161a..1d60fdde72639b0e3edeab4b2e7db55d620b1849 100644 (file)
@@ -52,8 +52,8 @@ double benchmark_sleep()
 double benchmark_parameter_loading()
 {
     // FIXME: this is duplicated with the actual loading code
-    boost::filesystem::path pk_path = ZC_GetParamsDir() / "beta2-proving.key";
-    boost::filesystem::path vk_path = ZC_GetParamsDir() / "beta2-verifying.key";
+    boost::filesystem::path pk_path = ZC_GetParamsDir() / "sprout-proving.key";
+    boost::filesystem::path vk_path = ZC_GetParamsDir() / "sprout-verifying.key";
 
     struct timeval tv_start;
     timer_start(tv_start);
This page took 0.038424 seconds and 4 git commands to generate.