Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 14, 2024
1 parent fba087b commit 72dbebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gauge/sonic/ChildChainGauge.vy
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72dbebe

Please sign in to comment.