Update proving key and tests that depend on transaction structure changes

This commit is contained in:
Sean Bowe
2016-05-23 10:13:20 -06:00
parent 3ebca007f3
commit 6b5d608899
6 changed files with 512 additions and 511 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() / "z3-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z3-verification.key";
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z4-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z4-verification.key";
pzcashParams = ZCJoinSplit::Unopened();