coordinape / coordinape-protocol

🏆 Coordinape contracts
MIT License
32 stars 12 forks source link

Unused argument `_delay` in Timelock.execute #23

Closed levity closed 2 years ago

levity commented 2 years ago

attn @cesarsld -- we


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 {
   |    
levity commented 2 years ago

duplicate of #24