mirror of https://github.com/logos-co/staking.git
WIP: make code compile again
This commit is contained in:
parent
bb364a970c
commit
ed9877945a
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue