WIP: make code compile again

This commit is contained in:
r4bbit 2024-07-17 16:20:02 +02:00
parent bb364a970c
commit ed9877945a
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
/**