From 149a355777dcdc2e758bca1af96ba5a06a380900 Mon Sep 17 00:00:00 2001 From: Trevor Richard Date: Wed, 20 Sep 2023 05:34:17 +0000 Subject: [PATCH] remove comment --- src/PrizePool.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PrizePool.sol b/src/PrizePool.sol index 7aa31c6..9b72509 100644 --- a/src/PrizePool.sol +++ b/src/PrizePool.sol @@ -491,7 +491,7 @@ contract PrizePool is TieredLiquidityDistributor, Ownable { // co-locate to save gas claimCount++; - _totalWithdrawn = SafeCast.toUint160(_totalWithdrawn + amount); // TODO: check if we need to change this to tierLiquidity.prizeSize instead of amount to account for allocated, but not withdrawn claim fees + _totalWithdrawn = SafeCast.toUint160(_totalWithdrawn + amount); emit ClaimedPrize( msg.sender,