Skip to content

Commit

Permalink
remove whenNotPaused
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzia551 committed Aug 16, 2024
1 parent fe448a0 commit 2154c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/StakeToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ contract StakeToken is
address from,
address to,
uint256 value
) internal override(ERC20PausableUpgradeable, ERC20Upgradeable) whenNotPaused {
) internal override(ERC20PausableUpgradeable, ERC20Upgradeable) {
uint256 cachedTotalSupply = totalSupply();

// stake & transfer
Expand Down

0 comments on commit 2154c67

Please sign in to comment.