mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
Bug fix
This commit is contained in:
parent
2b5091f1a0
commit
2b295d1c5f
|
|
@ -73,7 +73,7 @@ contract Basic {
|
|||
}
|
||||
}
|
||||
|
||||
function removeChainLinkMapping(address tokenAddr) public isChief {
|
||||
function removeChainLinkMapping(address[] memory tokenAddr) public isChief {
|
||||
for (uint i = 0; i < tokensAddr.length; i++) {
|
||||
_removeChainLinkMapping(tokensAddr[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user