Add ETH deposit & withdraw

This commit is contained in:
arnaucube
2020-05-09 22:55:28 +02:00
parent e0dfc2ab6c
commit d6568e9f0a
5 changed files with 58 additions and 25 deletions

View File

@@ -29,7 +29,8 @@ describe("withdraw test", function () {
"coinCode": coinCode,
"amount": amount,
"commitment": commitment,
"secret": secret
"secret": secret,
"address": "987654321"
});
await circuit.checkConstraints(witness);
});