Some readability plus updated changelogs

This commit is contained in:
Greg Hysen
2019-09-05 12:26:04 -07:00
parent da83f75a13
commit d1b004ffc1
7 changed files with 13 additions and 4 deletions

View File

@@ -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;

View File

@@ -34,7 +34,6 @@ contract MixinStakeStorage is
MixinStorage,
MixinScheduler
{
using LibSafeMath for uint256;
using LibSafeDowncast for uint256;

View File

@@ -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.

View File

@@ -28,7 +28,6 @@ contract EthVault is
IEthVault,
MixinVaultCore
{
using LibSafeMath for uint256;
// mapping from Owner to ETH balance