mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-03 06:44:56 -04:00
rename withdraw event
This commit is contained in:
parent
c92ac97ff2
commit
27a00bfd5f
3 changed files with 6 additions and 6 deletions
|
@ -242,7 +242,7 @@ contract('ETHMixer', accounts => {
|
|||
balanceRecieverAfter.should.be.eq.BN(toBN(balanceRecieverBefore).add(toBN(value)).sub(feeBN))
|
||||
|
||||
|
||||
logs[0].event.should.be.equal('Withdraw')
|
||||
logs[0].event.should.be.equal('Withdrawal')
|
||||
logs[0].args.nullifierHash.should.be.eq.BN(toBN(input.nullifierHash.toString()))
|
||||
logs[0].args.relayer.should.be.eq.BN(operator)
|
||||
logs[0].args.fee.should.be.eq.BN(feeBN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue