Skip to content

Commit

Permalink
Removed the redundant condition in the fuse interval check
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed May 31, 2024
1 parent 8748170 commit f979073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ abstract contract ValidatorAccountant is ValidatorRegistrator {
) external onlyGovernor {
require(
_fuseIntervalStart < _fuseIntervalEnd &&
_fuseIntervalStart < 32 ether &&
_fuseIntervalEnd < 32 ether &&
_fuseIntervalEnd - _fuseIntervalStart >= 4 ether,
"incorrect fuse interval"
Expand Down

0 comments on commit f979073

Please sign in to comment.