Skip to content

Commit

Permalink
Merge branch 'main' into gio/expose-prg
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Nov 19, 2024
2 parents 9dcf0c8 + 2668665 commit 1633476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RandomConsumer.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ access(all) contract RandomConsumer {
/// Returns whether the request can be fulfilled as defined by whether it has already been fulfilled and the
/// created block height has been surpassed.
///
/// @param: True if it can be fulfille, false otherwise
/// @param: True if it can be fulfilled, false otherwise
///
access(all) view fun canFullfill(): Bool {
return !self.fulfilled && getCurrentBlock().height > self.block
Expand Down

0 comments on commit 1633476

Please sign in to comment.