mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-24 16:51:48 +01:00
index leafs
This commit is contained in:
parent
93dec7cf03
commit
c6e1b28a82
@ -16,7 +16,7 @@ contract MerkleTreeWithHistory {
|
||||
|
||||
uint32 public next_index = 0;
|
||||
|
||||
event LeafAdded(uint256 leaf, uint32 leaf_index);
|
||||
event LeafAdded(uint256 indexed leaf, uint32 leaf_index);
|
||||
|
||||
constructor(uint256 tree_levels, uint256 zero_value) public {
|
||||
levels = tree_levels;
|
||||
|
Loading…
Reference in New Issue
Block a user