mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 14:26:06 -04:00
update truffle; fix tests
This commit is contained in:
parent
78bd4175fa
commit
c559a79396
3 changed files with 5254 additions and 111 deletions
|
@ -299,7 +299,7 @@ contract('ETHTornado', (accounts) => {
|
|||
toFixedHex(input.refund),
|
||||
]
|
||||
const error = await tornado.withdraw(proof, ...args, { from: relayer }).should.be.rejected
|
||||
error.reason.should.be.equal('verifier-input-gte-snark-scalar-field')
|
||||
error.reason.should.be.equal('verifier-gte-snark-scalar-field')
|
||||
})
|
||||
|
||||
it('fee should be less or equal transfer value', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue