RandomConsumer.Request.canFulfill() returns invalid boolean when getCurrentBlock() == self.block
#27
Labels
Bug
Something isn't working
getCurrentBlock() == self.block
#27
Description
The following method is invalid when the current block equals the block at which
Request
was createdThe above should be
A consumer conditioning a call to
Request._fulfill()
on.canFulfill() == true
would revert as._fulfill()
reverts whenblock < getCurrentBlock().height
. This should be corrected and the contract updated on Testnet & MainnetThe text was updated successfully, but these errors were encountered: