From e4fe984093eab4f919c387f600af20cb95bc005a Mon Sep 17 00:00:00 2001 From: Pierrick Turelier Date: Tue, 4 Jan 2022 16:58:07 +0100 Subject: [PATCH] fix(DrawBeacon): fix typo in comment --- contracts/DrawBeacon.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/DrawBeacon.sol b/contracts/DrawBeacon.sol index c5e508ee..46f9f531 100644 --- a/contracts/DrawBeacon.sol +++ b/contracts/DrawBeacon.sol @@ -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);