mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Add ETH deposit & withdraw
This commit is contained in:
@@ -29,7 +29,8 @@ describe("withdraw test", function () {
|
||||
"coinCode": coinCode,
|
||||
"amount": amount,
|
||||
"commitment": commitment,
|
||||
"secret": secret
|
||||
"secret": secret,
|
||||
"address": "987654321"
|
||||
});
|
||||
await circuit.checkConstraints(witness);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user