mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 18:25:56 +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;
|
uint256 epoch;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Account {
|
|
||||||
address rewardAddress;
|
|
||||||
uint256 balance;
|
|
||||||
uint256 bonusMP;
|
|
||||||
uint256 totalMP;
|
|
||||||
uint256 lastMint;
|
|
||||||
uint256 lockUntil;
|
|
||||||
uint256 epoch;
|
|
||||||
uint256 mpLimitEpoch;
|
|
||||||
}
|
|
||||||
|
|
||||||
struct Epoch {
|
struct Epoch {
|
||||||
uint256 startTime;
|
uint256 startTime;
|
||||||
uint256 epochReward;
|
uint256 epochReward;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user