Skip to content

Commit e21d261

Browse files
committed
docs: natspec
1 parent 4d14f47 commit e21d261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/rng/ChainlinkRNG.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ contract ChainlinkRNG is IRNG, VRFConsumerBaseV2Plus {
131131
// ************************************* //
132132

133133
/// @notice Request a random number.
134+
/// @dev Ensure that the subscription is set and funded.
134135
/// @dev Consumer only.
135136
function requestRandomness() external override onlyByConsumer {
136-
// Will revert if subscription is not set and funded.
137137
uint256 requestId = s_vrfCoordinator.requestRandomWords(
138138
VRFV2PlusClient.RandomWordsRequest({
139139
keyHash: keyHash,

0 commit comments

Comments
 (0)