mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 14:26:06 -04:00
add indexed event commitment
This commit is contained in:
parent
f5d8f48cf0
commit
93dec7cf03
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue