Skip to content

Commit

Permalink
fix(DrawBeacon): fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Jan 4, 2022
1 parent f78cda0 commit e4fe984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DrawBeacon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ contract DrawBeacon is IDrawBeacon, Ownable {
beaconPeriodStartedAt = nextBeaconPeriodStartedAt;
nextDrawId = _nextDrawId + 1;

// Reset the rngReqeust state so Beacon period can start again.
// Reset the rngRequest state so Beacon period can start again.
delete rngRequest;

emit DrawCompleted(randomNumber);
Expand Down

0 comments on commit e4fe984

Please sign in to comment.