From 72dbebe09ba77b8362ef6056b8a078e286e7c3d1 Mon Sep 17 00:00:00 2001 From: franz Date: Sat, 14 Dec 2024 23:27:53 +0100 Subject: [PATCH] fix --- src/gauge/sonic/ChildChainGauge.vy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gauge/sonic/ChildChainGauge.vy b/src/gauge/sonic/ChildChainGauge.vy index 0f40a85..39b2221 100644 --- a/src/gauge/sonic/ChildChainGauge.vy +++ b/src/gauge/sonic/ChildChainGauge.vy @@ -168,7 +168,7 @@ def _checkpoint(_user: address): week_time = min(week_time + WEEK, block.timestamp) # BEETS: To ensure this if statement never executes, we set the bal_balance to 0. - bal_balance: 0 + bal_balance: uint256 = 0 # check BAL balance and increase weekly inflation rate by delta for the rest of the week # bal_balance: uint256 = ERC20(BAL).balanceOf(self) if bal_balance != 0: