fix integration test to accept flag
This commit is contained in:
parent
210428a59c
commit
511267a30f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ let jsonInterface = JSON.parse(solc.compile(jsonContractSource));
|
||||||
})
|
})
|
||||||
|
|
||||||
function makeTransaction(account, correct) {
|
function makeTransaction(account, correct) {
|
||||||
let proof = getProof();
|
let proof = getProof(correct);
|
||||||
|
|
||||||
function handleReceipt(tx) {
|
function handleReceipt(tx) {
|
||||||
if (tx.status == true && !correct) {
|
if (tx.status == true && !correct) {
|
||||||
|
|
Loading…
Reference in a new issue