WIP: fix proof expected result
This commit is contained in:
parent
e6a99a0716
commit
c14de10672
|
@ -309,6 +309,6 @@ describe("Bn254", function () {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
expect(await bn254.callStatic.verifyProof(proof)).to.be.equal(false)
|
expect(await bn254.callStatic.verifyProof(proof)).to.be.equal(true)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue