mirror of
https://github.com/arnaucube/miksi-app.git
synced 2026-02-07 03:36:50 +01:00
Add logs box, fix UX flows & error management
This commit is contained in:
@@ -76325,7 +76325,7 @@ exports.calcDepositWitness = async (wasm, secret, nullifier, commitments, key) =
|
||||
|
||||
// old root
|
||||
const rootOld = tree.root;
|
||||
const resOld = await tree.find(commitment);
|
||||
const resOld = await tree.find(key);
|
||||
console.log("FIND old", resOld);
|
||||
let oldKey = "0";
|
||||
let oldValue = "0";
|
||||
|
||||
Reference in New Issue
Block a user