mirror of https://github.com/logos-co/staking.git
Refactor(StakeManager) remove unused Account struct
This commit is contained in:
parent
87ba390162
commit
b9a83c9d61
|
@ -57,17 +57,6 @@ contract StakeManager is Ownable {
|
|||
uint256 epoch;
|
||||
}
|
||||
|
||||
struct Account {
|
||||
address rewardAddress;
|
||||
uint256 balance;
|
||||
uint256 bonusMP;
|
||||
uint256 totalMP;
|
||||
uint256 lastMint;
|
||||
uint256 lockUntil;
|
||||
uint256 epoch;
|
||||
uint256 mpLimitEpoch;
|
||||
}
|
||||
|
||||
struct Epoch {
|
||||
uint256 startTime;
|
||||
uint256 epochReward;
|
||||
|
|
Loading…
Reference in New Issue