mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-02 13:12:14 -04:00
bump Verifier solidity version
This commit is contained in:
parent
6c37ef479c
commit
9fe5d3fa1d
5 changed files with 60 additions and 245 deletions
|
@ -49,7 +49,7 @@ contract('MerkleTreeWithHistory', async accounts => {
|
|||
snapshotId = await takeSnapshot()
|
||||
})
|
||||
|
||||
describe('#constuctor', async () => {
|
||||
describe('#constructor', async () => {
|
||||
it('should initialize', async () => {
|
||||
const filled_subtrees = await merkleTreeWithHistory.filled_subtrees()
|
||||
// console.log('filled_subtrees', BNArrayToStringArray(filled_subtrees))
|
||||
|
|
|
@ -26,7 +26,7 @@ contract('Mixer', async accounts => {
|
|||
snapshotId = await takeSnapshot()
|
||||
})
|
||||
|
||||
describe('#constuctor', async () => {
|
||||
describe('#constructor', async () => {
|
||||
it('should initialize', async () => {
|
||||
const { AMOUNT } = process.env
|
||||
const transferValue = await mixer.transferValue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue