aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/solc/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/types/solc/index.d.ts')
-rw-r--r--packages/typescript-typings/types/solc/index.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-typings/types/solc/index.d.ts b/packages/typescript-typings/types/solc/index.d.ts
index f4c05cd7c..fefad9f6a 100644
--- a/packages/typescript-typings/types/solc/index.d.ts
+++ b/packages/typescript-typings/types/solc/index.d.ts
@@ -95,7 +95,7 @@ declare module 'solc' {
optimizerEnabled: number,
findImports: (importPath: string) => ImportContents,
): CompilationResult;
- compileStandardWrapper(input: string, findImports: (importPath: string) => ImportContents): string;
+ compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
}
export function loadRemoteVersion(
versionName: string,