diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2019-01-30 20:08:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 20:08:10 +0800 |
commit | 445a629016136a3f6b361bfb4c732e4a55b52d4c (patch) | |
tree | badada4eca9b731c35d61de6b3a6f282794a3b20 /packages/sol-compiler/src | |
parent | be7daae91a380bc529fda21fb30fa9138d6f5477 (diff) | |
download | dexon-0x-contracts-445a629016136a3f6b361bfb4c732e4a55b52d4c.tar.gz 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>
Diffstat (limited to 'packages/sol-compiler/src')
-rw-r--r-- | packages/sol-compiler/src/utils/compiler.ts | 2 |
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( |