coordinape / coordinape-protocol

🏆 Coordinape contracts
MIT License
32 stars 12 forks source link

Unused argument `_delay` in Timelock.execute #24

Open levity opened 2 years ago

levity commented 2 years ago

attn @cesarsld -- we talked about this in chat the other day. i'd remove it myself, except I'd want to run the test suite afterward, and it's not working for me (ganache hangs on startup while trying to fork mainnet)

Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
  --> contracts/coordinape-protocol/contracts/ApeProtocol/TimeLock.sol:68:95:
   |
68 |     function execute(address _target, bytes calldata _data, bytes32 _predecessor, bytes32 _salt, uint256 _delay) external onlyOwner {
   |