Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Oct 15, 2024
1 parent f82802f commit a1bffc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ contract DssSpellAction is DssAction {
// LockstakeClipper will be authorized to access "vat" and LockstakeEngine
// CLIPPER_MOM, MCD_DOG and MCD_END will be authorized to access LockstakeClipper
// New chainlog keys LOCKSTAKE_MKR, LOCKSTAKE_ENGINE, LOCKSTAKE_CLIP and LOCKSTAKE_CLIP_CALC will be added
// Note: above instructions are taken inside FlapperInit.setFarm method
// Note: above instructions are taken inside LockstakeInit.initLockstake method

// ---------- Fund Early Bird Rewards Multisig ----------
// Forum: https://forum.sky.money/t/atlas-weekly-cycle-edit-proposal-week-of-october-14-2024-01/25324#p-99402-early-bird-bonus-3
Expand Down
2 changes: 1 addition & 1 deletion src/DssSpell.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ contract DssSpellTest is DssSpellTestBase {
sky: int256(sky.totalSupply()) - previousTotalSupply.sky
});
assertEq(
actualTotalDiff.dai,
actualTotalDiff.dai + actualTotalDiff.usds,
calculatedTotalDiff.dai + calculatedTotalDiff.usds,
"TestPayments/invalid-dai-sky-total"
);
Expand Down

0 comments on commit a1bffc3

Please sign in to comment.