mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-02 20:06:06 -04:00
changed emptyElement to constant
This commit is contained in:
parent
27a00bfd5f
commit
1fdabcc97c
13 changed files with 27 additions and 46 deletions
|
@ -4,7 +4,7 @@ import '../MerkleTreeWithHistory.sol';
|
|||
|
||||
contract MerkleTreeWithHistoryMock is MerkleTreeWithHistory {
|
||||
|
||||
constructor (uint8 tree_levels, uint256 zero_value) MerkleTreeWithHistory(tree_levels, zero_value) public {}
|
||||
constructor (uint8 tree_levels) MerkleTreeWithHistory(tree_levels) public {}
|
||||
|
||||
function insert(uint256 leaf) public {
|
||||
_insert(leaf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue