From 445a629016136a3f6b361bfb4c732e4a55b52d4c Mon Sep 17 00:00:00 2001 From: Fabio B Date: Wed, 30 Jan 2019 13:08:10 +0100 Subject: Update packages/sol-compiler/src/utils/compiler.ts Co-Authored-By: LogvinovLeon --- packages/sol-compiler/src/utils/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sol-compiler/src/utils/compiler.ts b/packages/sol-compiler/src/utils/compiler.ts index 6381e525f..83c3384ce 100644 --- a/packages/sol-compiler/src/utils/compiler.ts +++ b/packages/sol-compiler/src/utils/compiler.ts @@ -360,7 +360,7 @@ export function addHexPrefixToContractBytecode(compiledContract: solc.StandardCo /** * Takes the list of resolved contract sources from `SpyResolver` and produces a mapping from dependency name - * to package path used in `remappings` later. + * to package path used in `remappings` later, as well as in generating the "relative" source paths saved to the artifact files. * @param contractSources The list of resolved contract sources */ export function getDependencyNameToPackagePath( -- cgit v1.2.3