From ed8923bfe7e2ed54ed36d7af0f083ed05e6955b8 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Mon, 17 Aug 2020 03:36:18 +0530 Subject: [PATCH] fixed typo --- contracts/protocols/chainlink.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }