mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-10 15:49:59 -04:00
mycomm
This commit is contained in:
parent
3603b1c9e1
commit
5cb9d60178
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue