mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
fixed typo
This commit is contained in:
parent
e5f51bab3c
commit
ed8923bfe7
|
@ -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++) {
|
for (uint i = 0; i < tokensAddr.length; i++) {
|
||||||
_removeChainLinkMapping(tokensAddr[i]);
|
_removeChainLinkMapping(tokensAddr[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user