Update README.md

This commit is contained in:
arnaucube
2020-05-23 15:47:47 +02:00
parent d9275d8e14
commit 77719dbe4e
3 changed files with 21 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ contract("miksi", (accounts) => {
commitmentsArray[0] = res[0];
currKey = res[2];
});
it("Rebuild the tree from sc commitments", async () => {
let treeTmp = await smt.newMemEmptyTrie();
await treeTmp.insert(0, 0);