This commit is contained in:
Alexey 2019-09-26 13:26:26 +03:00
parent ee2772328c
commit 59cdc0d686
3 changed files with 2 additions and 5 deletions

View file

@ -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