Skip to content

Commit

Permalink
Update ERC20FlashMintMock.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 22, 2022
1 parent 1def156 commit a6b56b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/mocks/ERC20FlashMintMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ contract ERC20FlashMintMock is ERC20FlashMint {
}

function _flashFee(address token, uint256 amount) internal view override returns (uint256) {
token;
amount;
return _flashFeeAmount;
}

Expand Down

0 comments on commit a6b56b4

Please sign in to comment.