From f6bfbf09bef3d3838d95b574b23cb6d85483f7a8 Mon Sep 17 00:00:00 2001 From: Tomoaki Imai Date: Mon, 7 Mar 2022 16:48:18 -0800 Subject: [PATCH] arg explanation update for _currentRoot --- contracts/TornadoTrees.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/TornadoTrees.sol b/contracts/TornadoTrees.sol index 6e23475..71ba4b9 100644 --- a/contracts/TornadoTrees.sol +++ b/contracts/TornadoTrees.sol @@ -173,7 +173,7 @@ contract TornadoTrees is Initializable { /// @dev Insert a full batch of queued withdrawals 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)