mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-13 03:32:31 -04:00
rename pathIndex -> pathIndices
This commit is contained in:
parent
07168f9816
commit
ec4508e81e
5 changed files with 19 additions and 22 deletions
|
@ -136,7 +136,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -204,7 +204,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -263,7 +263,7 @@ contract('ERC20Mixer', accounts => {
|
|||
nullifier: deposit.nullifier,
|
||||
secret: deposit.secret,
|
||||
pathElements: path_elements,
|
||||
pathIndex: path_index,
|
||||
pathIndices: path_index,
|
||||
})
|
||||
|
||||
|
||||
|
@ -344,7 +344,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