Closed
Description
Description
I try to invoke the method " randomValueFromVRFProof" of the vrf.sol . The transaction failed for the line
"require(ecmulVerify(p2, s, sp2Witness), "Second multiplication check failed"); " in linearCombination function.
I don't know why , I just use the vrf.go to generate proof.
Your Environment
go solidity