mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-19 22:58:25 +00:00
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…
x
Reference in New Issue
Block a user