diff options
author | F. Eugene Aumson <gene@aumson.org> | 2018-08-30 20:44:10 +0800 |
---|---|---|
committer | F. Eugene Aumson <gene@aumson.org> | 2018-08-30 22:43:43 +0800 |
commit | 9834395a48a20314bd59538a2f72b40c02280844 (patch) | |
tree | d990a314753704cf3f607f767901359036adcd42 | |
parent | f429032eef007bafaed108171631f4b3d3233f6b (diff) | |
download | dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar.gz dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar.bz2 dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar.lz dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar.xz dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.tar.zst dexon-sol-tools-9834395a48a20314bd59538a2f72b40c02280844.zip |
remove mistaken TODO
-rw-r--r-- | packages/ethereum-types/src/index.ts | 1 |
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. |