Update public zkSNARK parameters for new circuit.
This commit is contained in:
@@ -602,8 +602,8 @@ static void ZC_LoadParams()
|
||||
struct timeval tv_start, tv_end;
|
||||
float elapsed;
|
||||
|
||||
boost::filesystem::path pk_path = ZC_GetParamsDir() / "zc-testnet-public-alpha-proving.key";
|
||||
boost::filesystem::path vk_path = ZC_GetParamsDir() / "zc-testnet-public-alpha-verification.key";
|
||||
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z3-proving.key";
|
||||
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z3-verification.key";
|
||||
|
||||
pzcashParams = ZCJoinSplit::Unopened();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user