Skip to content

Commit c6603bb

Browse files
authored
Merge pull request #1416 from ethereum/fix-compiler
Fix hardhat compilation
2 parents 5a768f4 + adaf3ac commit c6603bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
301301
if (!isSolFileSelected()) return
302302

303303
_setCompilerVersionFromPragma(currentFile)
304-
compileTabLogic.runCompiler()
304+
compileTabLogic.runCompiler(hhCompilation)
305305
}
306306

307307
const _retrieveVersion = (version?) => {

0 commit comments

Comments
 (0)