mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Deposit zkProof root transition check working
This commit is contained in:
@@ -30,7 +30,7 @@ describe("deposit test", function () {
|
||||
// add commitment into SMT
|
||||
let tree = await smt.newMemEmptyTrie();
|
||||
await tree.insert(1, 0);
|
||||
await tree.insert(2, 0);
|
||||
// await tree.insert(2, 0);
|
||||
|
||||
let rootOld = tree.root;
|
||||
let res = await tree.find(commitment);
|
||||
|
||||
Reference in New Issue
Block a user