mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-13 11:42:30 -04:00
Merge pull request #15 from peppersec/audit-circuit
Circuit audit fixes
This commit is contained in:
commit
b000e66899
5 changed files with 44 additions and 81 deletions
|
@ -142,7 +142,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -269,7 +269,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -350,7 +350,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue