Update proving/verifying keys.

This commit is contained in:
Sean Bowe
2016-08-18 13:17:55 -06:00
parent decde3864d
commit 393b2b7834
3 changed files with 10 additions and 10 deletions

View File

@@ -603,8 +603,8 @@ static void ZC_LoadParams()
struct timeval tv_start, tv_end;
float elapsed;
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z7-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z7-verifying.key";
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z9-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z9-verifying.key";
pzcashParams = ZCJoinSplit::Unopened();