From a1bffc3709fe083106b29953c0e06284e71ef068 Mon Sep 17 00:00:00 2001 From: SidestreamColdMelon Date: Tue, 15 Oct 2024 21:30:16 +0200 Subject: [PATCH] small fixes --- src/DssSpell.sol | 2 +- src/DssSpell.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DssSpell.sol b/src/DssSpell.sol index b849cc17..1b0ec225 100644 --- a/src/DssSpell.sol +++ b/src/DssSpell.sol @@ -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 diff --git a/src/DssSpell.t.sol b/src/DssSpell.t.sol index c0f6073a..f69fe72a 100644 --- a/src/DssSpell.t.sol +++ b/src/DssSpell.t.sol @@ -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" );