mirror of
https://github.com/logos-co/staking.git
synced 2025-02-01 21:35:59 +00:00
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…
x
Reference in New Issue
Block a user