Skip to content

Commit

Permalink
Fixed subscription typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkcoffee committed Jan 24, 2024
1 parent c895236 commit 7893007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract ChainlinkSourceAdaptor is VRFConsumerBaseV2, SourceAdaptorBase {
/// @notice Relates to key that must sign the proof.
bytes32 public keyHash;

/// @notice Subscruption id.
/// @notice Subscription id.
uint64 public subId;

/// @notice Gas limit when executing the callback.
Expand Down

0 comments on commit 7893007

Please sign in to comment.