Skip to content

Commit

Permalink
REDUNDANT LINE AND HANDLER CHECK IN FEEHANDLER
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Jul 27, 2023
1 parent 21e1d9f commit 108dc90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/protocol/contracts/common/FeeHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ contract FeeHandler is
}

function _addToken(address tokenAddress, address handlerAddress) private {
// Check that the contract implements the interface
IFeeHandlerSeller(handlerAddress);

TokenState storage tokenState = tokenStates[tokenAddress];
tokenState.handler = handlerAddress;

Expand Down

0 comments on commit 108dc90

Please sign in to comment.