aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ethereum-types/src')
-rw-r--r--packages/ethereum-types/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ethereum-types/src/index.ts b/packages/ethereum-types/src/index.ts
index 993306a43..b4c9b73ca 100644
--- a/packages/ethereum-types/src/index.ts
+++ b/packages/ethereum-types/src/index.ts
@@ -476,7 +476,6 @@ export interface Source {
id: number;
}
-// TODO: move the following into the sol-compiler package.
/**
* Options you can specify (as flags or in a compiler.json file) when invoking sol-compiler
* contractsDir: Directory containing your project's Solidity contracts. Can contain nested directories.