mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
publicAmount comment fix
This commit is contained in:
parent
042be187d1
commit
dd5623629a
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user