mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-13 09:05:26 -04:00
tidy
This commit is contained in:
parent
ee2772328c
commit
59cdc0d686
3 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@ contract Mixer is MerkleTreeWithHistory {
|
|||
uint256 public mixDenomination;
|
||||
|
||||
event Deposit(uint256 indexed commitment, uint256 leafIndex, uint256 timestamp);
|
||||
event Withdraw(address to, uint256 nullifierHash, address indexed relayer, uint fee);
|
||||
event Withdraw(address to, uint256 nullifierHash, address indexed relayer, uint256 fee);
|
||||
|
||||
/**
|
||||
@dev The constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue