mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
add indexed event commitment
This commit is contained in:
parent
f5d8f48cf0
commit
93dec7cf03
@ -13,7 +13,7 @@ contract Mixer is MerkleTreeWithHistory {
|
||||
mapping(uint256 => bool) public commitments;
|
||||
IVerifier verifier;
|
||||
|
||||
event Deposit(address from, uint256 commitment);
|
||||
event Deposit(address from, uint256 indexed commitment);
|
||||
event Withdraw(address to, uint256 nullifier, uint256 fee);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user