You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(contractCode.indexOf(linkReference.substr(0,38))<0){// substr to simulate the cut that solc does
222
-
continue;
223
-
}
224
-
if(linkReference.length>40){
225
-
returnnext(newError(__("{{linkReference}} is too long, try reducing the path of the contract ({{filename}}) and/or its name {{contractName}}",{linkReference: linkReference,filename: filename,contractName: contractObj.className})));
returnnext(newError(__("{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?",{contractName: contract.className,libraryName: libraryName})));
0 commit comments