hardhat-starter-kit icon indicating copy to clipboard operation
hardhat-starter-kit copied to clipboard

fulfillRandomWords(...) not called

Open haixiang1977 opened this issue 2 years ago • 3 comments

I have very similar code as VRFD20.sol and I subscribed chainlink and deployed the contract.

I can see the link fee has been paid but the fulfillRandomWords(...) not get called because I don't see my log DiceLanded in this funciton. .

EDIT: Removed zip file for security reasons.

haixiang1977 avatar Jun 18 '22 07:06 haixiang1977

I also adjusted the uint32 callbackGasLimit = 100000 but not help.

haixiang1977 avatar Jun 18 '22 07:06 haixiang1977

@haixiang1977, would you be kind to provide the necessary parts of the codebase in Markdown? Zip files are not really helpful. Thanks

andrejrakic avatar Jun 19 '22 20:06 andrejrakic

EDIT: Removed zip file for security reasons.

PatrickAlphaC avatar Jun 20 '22 13:06 PatrickAlphaC