arg explanation update for _currentRoot for updateDepositTree

This commit is contained in:
Tomoaki Imai 2022-03-07 16:52:35 -08:00 committed by Roman Semenov
parent f6bfbf09be
commit d95b53862f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ contract TornadoTrees is Initializable {
/// @dev Insert a full batch of queued deposits into a merkle tree
/// @param _proof A snark proof that elements were inserted correctly
/// @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 _pathIndices Merkle path to inserted batch
/// @param _events A batch of inserted events (leaves)