Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpawlowski committed Sep 19, 2024
1 parent 098c52a commit 9e2313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Synths/EulerSavingsRate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ contract EulerSavingsRate is EVCUtil, ERC4626 {
}

/// @notice Smears any donations to this vault as interest.
function gulp() public nonReentrant {
function gulp() public {
ESRSlot memory esrSlotCache = updateInterestAndReturnESRSlotCache();

// Do not gulp if total supply is too low
Expand Down

0 comments on commit 9e2313b

Please sign in to comment.