clean tmp files
This commit is contained in:
parent
c9b3808282
commit
eda9a81221
@ -82,7 +82,8 @@ export default async function phase2verify(r1csFileName, pTauFileName, zkeyFileN
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
const initFileName = "~" + zkeyFileName + ".init";
|
// const initFileName = "~" + zkeyFileName + ".init";
|
||||||
|
const initFileName = {type: "mem"};
|
||||||
await newZKey(r1csFileName, pTauFileName, initFileName);
|
await newZKey(r1csFileName, pTauFileName, initFileName);
|
||||||
|
|
||||||
const {fd: fdInit, sections: sectionsInit} = await binFileUtils.readBinFile(initFileName, "zkey", 2);
|
const {fd: fdInit, sections: sectionsInit} = await binFileUtils.readBinFile(initFileName, "zkey", 2);
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user