This commit is contained in:
mirru2532 2021-10-28 13:45:16 +02:00
parent 3603b1c9e1
commit 5cb9d60178
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ interface IVerifier {
abstract contract Tornado is MerkleTreeWithHistory, ReentrancyGuard {
IVerifier public immutable verifier;
uint256 public immutable denomination;
uint256 public denomination;
mapping(bytes32 => bool) public nullifierHashes;
// we store all commitments just to prevent accidental deposits with the same commitment