Merge branch 'master' into optimism

This commit is contained in:
Alexey 2021-08-19 11:09:52 +03:00
commit 6ed44f493b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ template Transaction(levels, nIns, nOuts, zeroLeaf) {
signal input newRoot;
// extAmount = external amount used for deposits and withdrawals
// correct extAmount range is enforced on the smart contract
// publicAmount = fee - extAmount
// publicAmount = extAmount - fee
signal input publicAmount;
signal input extDataHash;