Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when trying to compile Equalizer Finance loan using Remix #174

Open
Benjam6 opened this issue Jun 4, 2022 · 0 comments
Open

Warning when trying to compile Equalizer Finance loan using Remix #174

Benjam6 opened this issue Jun 4, 2022 · 0 comments

Comments

@Benjam6
Copy link

Benjam6 commented Jun 4, 2022

Hi everyone. So I'm trying to deploy a flash loan using the equalizer finance flashloan script.

When I compile it, I get four warning messages like this:

from solidity:
Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
--> tests/Equalizer flashloan.sol:71:9:
|
71 | bytes calldata data
| ^^^^^^^^^^^^^^^^^^^

I get them for address initiator, uint256 amount, uint256 fee and the one above.

Do I need to fill these in with my own parameters, such as "uint256 amount 5"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant