mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-04 07:15:01 -04:00
change fee structure
This commit is contained in:
parent
0e0c87d533
commit
50872ac342
5 changed files with 65 additions and 94 deletions
|
@ -90,7 +90,7 @@ contract('ETHMixer', accounts => {
|
|||
|
||||
describe('#constructor', () => {
|
||||
it('should initialize', async () => {
|
||||
const etherDenomination = await mixer.etherDenomination()
|
||||
const etherDenomination = await mixer.mixDenomination()
|
||||
etherDenomination.should.be.eq.BN(toBN(value))
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue