aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-22 00:23:07 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-22 00:23:07 +0800
commit32b85625c10279e53d75488fe81e3723afce0a1b (patch)
tree61090e01f34f1a7bb96d8f52e099cd992a9b1ac1
parent629edd3108425c4ff8541b6e66921d4812c40de2 (diff)
downloaddexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar.gz
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar.bz2
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar.lz
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar.xz
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.tar.zst
dexon-0x-contracts-32b85625c10279e53d75488fe81e3723afce0a1b.zip
Add a comment
-rw-r--r--packages/deployer/src/compiler.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/src/compiler.ts b/packages/deployer/src/compiler.ts
index d9571488e..fcff9e22f 100644
--- a/packages/deployer/src/compiler.ts
+++ b/packages/deployer/src/compiler.ts
@@ -38,6 +38,7 @@ export class Compiler {
private _networkId: number;
private _optimizerEnabled: boolean;
private _artifactsDir: string;
+ // This get's set in the beggining of `compileAsync` function. It's not called from a constructor, but it's the only public method of that class and could as well be.
private _contractSources!: ContractSources;
private _solcErrors: Set<string> = new Set();
private _specifiedContracts: Set<string> = new Set();