mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 23:15:05 +01:00
fix lint
This commit is contained in:
parent
f8678ab44e
commit
f28c4850b3
@ -23,7 +23,7 @@ async function getTornadoTreesEvents(type, fromBlock, toBlock) {
|
||||
hash,
|
||||
block: block.toNumber(),
|
||||
index: index.toNumber(),
|
||||
sha3: ethers.utils.keccak256(encodedData)
|
||||
sha3: ethers.utils.keccak256(encodedData),
|
||||
}
|
||||
})
|
||||
.sort((a, b) => a.index - b.index)
|
||||
|
Loading…
Reference in New Issue
Block a user