mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
fix linters
This commit is contained in:
parent
f4df191ed2
commit
abef8ad760
@ -282,7 +282,7 @@ describe('TornadoPool', function () {
|
||||
})
|
||||
|
||||
it('should withdraw with L1 fee', async function () {
|
||||
const { tornadoPool, token, omniBridge, amb, l1Unwrapper, sender, l1Token } = await loadFixture(fixture)
|
||||
const { tornadoPool, token, omniBridge, l1Unwrapper, sender, l1Token } = await loadFixture(fixture)
|
||||
const aliceKeypair = new Keypair() // contains private and public keys
|
||||
|
||||
// regular L1 deposit -------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user