Some readability plus updated changelogs
This commit is contained in:
@@ -138,7 +138,7 @@ contract MixinStake is
|
||||
);
|
||||
}
|
||||
|
||||
// cache the current withdrawal amoiunt, which may change if we're moving out of the inactive status.
|
||||
// cache the current withdrawal amount, which may change if we're moving out of the inactive status.
|
||||
uint256 withdrawableStake = (from.status == IStructs.StakeStatus.INACTIVE)
|
||||
? getWithdrawableStake(owner)
|
||||
: 0;
|
||||
|
@@ -34,7 +34,6 @@ contract MixinStakeStorage is
|
||||
MixinStorage,
|
||||
MixinScheduler
|
||||
{
|
||||
|
||||
using LibSafeMath for uint256;
|
||||
using LibSafeDowncast for uint256;
|
||||
|
||||
|
@@ -35,7 +35,6 @@ contract MixinStakingPoolRewards is
|
||||
MixinStakingPoolRewardVault,
|
||||
MixinStakeBalances
|
||||
{
|
||||
|
||||
using LibSafeMath for uint256;
|
||||
|
||||
/// @dev Computes the reward balance in ETH of a specific member of a pool.
|
||||
|
@@ -28,7 +28,6 @@ contract EthVault is
|
||||
IEthVault,
|
||||
MixinVaultCore
|
||||
{
|
||||
|
||||
using LibSafeMath for uint256;
|
||||
|
||||
// mapping from Owner to ETH balance
|
||||
|
Reference in New Issue
Block a user