diff --git a/contracts/protocols/chainlink.sol b/contracts/protocols/chainlink.sol index 147f12c..90c4b04 100644 --- a/contracts/protocols/chainlink.sol +++ b/contracts/protocols/chainlink.sol @@ -73,7 +73,7 @@ contract Basic { } } - function removeChainLinkMapping(address[] memory tokenAddr) public isChief { + function removeChainLinkMapping(address[] memory tokensAddr) public isChief { for (uint i = 0; i < tokensAddr.length; i++) { _removeChainLinkMapping(tokensAddr[i]); }