1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix integration test to accept flag

This commit is contained in:
schaeff 2019-07-26 12:54:29 +02:00
parent 210428a59c
commit 511267a30f

View file

@ -63,7 +63,7 @@ let jsonInterface = JSON.parse(solc.compile(jsonContractSource));
})
function makeTransaction(account, correct) {
let proof = getProof();
let proof = getProof(correct);
function handleReceipt(tx) {
if (tx.status == true && !correct) {