mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
fix rebase
This commit is contained in:
parent
71f6fce20e
commit
d38647aeaa
@ -46,7 +46,7 @@ contract MerkleTreeWithHistory {
|
||||
uint256[] memory data = new uint256[](2);
|
||||
data[0] = left;
|
||||
data[1] = right;
|
||||
hash = MiMC.poseidon(data);
|
||||
hash = Hasher.poseidon(data);
|
||||
}
|
||||
|
||||
function _insert(uint256 leaf) internal {
|
||||
|
Loading…
Reference in New Issue
Block a user