You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
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"?
The text was updated successfully, but these errors were encountered: