diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2019-01-30 20:03:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 20:03:30 +0800 |
commit | be7daae91a380bc529fda21fb30fa9138d6f5477 (patch) | |
tree | 37e3c4476d7c5a377149e3063a65d7c70679df42 /packages | |
parent | 08f541535b299f47219db7b5219d8551f589dff3 (diff) | |
download | dexon-0x-contracts-be7daae91a380bc529fda21fb30fa9138d6f5477.tar.gz dexon-0x-contracts-be7daae91a380bc529fda21fb30fa9138d6f5477.tar.zst dexon-0x-contracts-be7daae91a380bc529fda21fb30fa9138d6f5477.zip |
Update packages/ethereum-types/src/index.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ethereum-types/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ethereum-types/src/index.ts b/packages/ethereum-types/src/index.ts index bbc3682c7..8339ab5a6 100644 --- a/packages/ethereum-types/src/index.ts +++ b/packages/ethereum-types/src/index.ts @@ -509,7 +509,7 @@ export interface Source { * (http://solidity.readthedocs.io/en/v0.4.24/using-the-compiler.html#compiler-input-and-output-json-description) * contracts: List of contract names you wish to compile, or alternatively ['*'] to compile all contracts in the * specified directory. - * useDockerisedSolc: If set to true - sol-compiler will try using docker to achieve faster compilation times. Otherwise and by default - solcjs will be used. + * useDockerisedSolc: If set to true - sol-compiler will try calling a dockerized installations of solc to achieve faster compilation times. Otherwise and by default - solcjs will be used. Defaults to false. * solcVersion: If you don't want to compile each contract with the Solidity version specified in-file, you can force all * contracts to compile with the the version specified here. */ |