arg explanation update for _currentRoot
This commit is contained in:
parent
17fc574af3
commit
f6bfbf09be
@ -173,7 +173,7 @@ contract TornadoTrees is Initializable {
|
|||||||
/// @dev Insert a full batch of queued withdrawals into a merkle tree
|
/// @dev Insert a full batch of queued withdrawals into a merkle tree
|
||||||
/// @param _proof A snark proof that elements were inserted correctly
|
/// @param _proof A snark proof that elements were inserted correctly
|
||||||
/// @param _argsHash A hash of snark inputs
|
/// @param _argsHash A hash of snark inputs
|
||||||
/// @param _argsHash Current merkle tree root
|
/// @param _currentRoot Current merkle tree root
|
||||||
/// @param _newRoot Updated merkle tree root
|
/// @param _newRoot Updated merkle tree root
|
||||||
/// @param _pathIndices Merkle path to inserted batch
|
/// @param _pathIndices Merkle path to inserted batch
|
||||||
/// @param _events A batch of inserted events (leaves)
|
/// @param _events A batch of inserted events (leaves)
|
||||||
|
Loading…
Reference in New Issue
Block a user