mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-06 13:54:13 -04:00
fix rebase
This commit is contained in:
parent
71f6fce20e
commit
d38647aeaa
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ contract MerkleTreeWithHistory {
|
||||||
uint256[] memory data = new uint256[](2);
|
uint256[] memory data = new uint256[](2);
|
||||||
data[0] = left;
|
data[0] = left;
|
||||||
data[1] = right;
|
data[1] = right;
|
||||||
hash = MiMC.poseidon(data);
|
hash = Hasher.poseidon(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
function _insert(uint256 leaf) internal {
|
function _insert(uint256 leaf) internal {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue