aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio B <kandinsky454@protonmail.ch>2019-01-30 20:08:10 +0800
committerGitHub <noreply@github.com>2019-01-30 20:08:10 +0800
commit445a629016136a3f6b361bfb4c732e4a55b52d4c (patch)
treebadada4eca9b731c35d61de6b3a6f282794a3b20
parentbe7daae91a380bc529fda21fb30fa9138d6f5477 (diff)
downloaddexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.gz
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.bz2
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.lz
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.xz
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.zst
dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.zip
Update packages/sol-compiler/src/utils/compiler.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
-rw-r--r--packages/sol-compiler/src/utils/compiler.ts2
1 files changed, 1 insertions, 1 deletions
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(