remove redundant struct

This commit is contained in:
poma 2021-02-23 13:07:59 +03:00
parent 2bcb37c628
commit 06244af218
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ contract TornadoTrees {
uint32 block;
}
struct Batch {
bytes32 oldRoot;
bytes32 newRoot;
uint8 pathIndices;
TreeLeaf[CHUNK_SIZE] events;
}
modifier onlyTornadoProxy {
require(msg.sender == tornadoProxy, "Not authorized");
_;