mirror of
https://github.com/tornadocash/tornado-governance
synced 2024-02-02 14:53:55 +01:00
test fix
This commit is contained in:
parent
77ce3c96d4
commit
033c2c2576
@ -486,7 +486,7 @@ contract('Governance', (accounts) => {
|
||||
spender: governance.address,
|
||||
value: tokensAmount,
|
||||
nonce: 0,
|
||||
deadline: new BN('1609459200'), // 01/01/2021 @ 12:00am (UTC)
|
||||
deadline: new BN('5609459200'),
|
||||
}
|
||||
const permitSigner = new PermitSigner(domain, args)
|
||||
const signature = await permitSigner.getSignature(miningPrivateKey)
|
||||
|
Loading…
Reference in New Issue
Block a user