Skip to content

Commit

Permalink
removal of redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Jul 27, 2023
1 parent be86b41 commit d5fd03a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/protocol/contracts/common/FeeHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ contract FeeHandler is
tokens.length == newMaxSlippages.length,
"maxSlippage length should match tokens length"
);
require(
tokens.length == newMaxSlippages.length,
"newMininumReports length should match tokens length"
);

_transferOwnership(msg.sender);
setRegistry(_registryAddress);
Expand Down

0 comments on commit d5fd03a

Please sign in to comment.