publicAmount comment fix

This commit is contained in:
Alexey 2021-08-19 10:58:29 +03:00
parent 042be187d1
commit dd5623629a

View File

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