Unable to use VRF In a single function call. Trying to get VRF random numbers in a single funciton call. #5956
kaushikc44
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a CoinFlip program and using VRF Chainlink subscription funding method. In VRF we need to define two functions in order to get first the request ID and then the random number of words , I have curb both of the functions into one , however since my program does not get the request ID on time the getStatus() function never runs. What could be the solution ?
Beta Was this translation helpful? Give feedback.
All reactions