mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Update to 17 (16) MerkleTree levels
This commit is contained in:
@@ -17,7 +17,7 @@ describe("deposit test", function () {
|
||||
{reduceConstraints: false}
|
||||
);
|
||||
|
||||
const nLevels = 5;
|
||||
const nLevels = 17;
|
||||
const secret = "1234567890";
|
||||
|
||||
const coinCode = "0";
|
||||
|
||||
@@ -17,7 +17,7 @@ describe("withdraw test", function () {
|
||||
{reduceConstraints: false}
|
||||
);
|
||||
|
||||
const nLevels = 5;
|
||||
const nLevels = 17;
|
||||
const secret = "1234567890";
|
||||
|
||||
const coinCode = "0";
|
||||
|
||||
Reference in New Issue
Block a user