From ed9877945adc8c6bee3cebb144585ae583f03e3e Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:20:02 +0200 Subject: [PATCH] WIP: make code compile again --- contracts/StakeManager.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/StakeManager.sol b/contracts/StakeManager.sol index 3a37c7a..37303fc 100644 --- a/contracts/StakeManager.sol +++ b/contracts/StakeManager.sol @@ -482,10 +482,10 @@ contract StakeManager is Ownable { account.totalMP += mpToMint; totalSupplyMP += mpToMint; epoch.totalSupply += mpToMint; - + //mp estimation epoch.estimatedMP -= mpToMint; - pendingMPToBeMinted -= mpToMint + pendingMPToBeMinted -= mpToMint; } /**