fix cli.js issue

This commit is contained in:
Roman Storm 2020-10-21 22:13:06 -07:00
parent 17308c9670
commit 18e6a19800
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -8177,8 +8177,8 @@
}
},
"websnark": {
"version": "git+https://github.com/tornadocash/websnark.git#2041cfa5fa0b71cd5cca9022a4eeea4afe28c9f7",
"from": "git+https://github.com/tornadocash/websnark.git#2041cfa5fa0b71cd5cca9022a4eeea4afe28c9f7",
"version": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d",
"from": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d",
"requires": {
"big-integer": "^1.6.42"
}

View File

@ -47,6 +47,6 @@
"truffle-flattener": "^1.4.2",
"web3": "^1.2.2",
"web3-utils": "^1.2.2",
"websnark": "git+https://github.com/tornadocash/websnark.git#2041cfa5fa0b71cd5cca9022a4eeea4afe28c9f7"
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
}
}