From d3e243e8ffd6f7122576afe631c48487ee8a3c55 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 9 Sep 2021 09:54:19 +0200 Subject: [PATCH] change comment --- apps/solidity-compiler/src/app/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/solidity-compiler/src/app/compiler.ts b/apps/solidity-compiler/src/app/compiler.ts index 1080bf6ff3..223b5e2bc7 100644 --- a/apps/solidity-compiler/src/app/compiler.ts +++ b/apps/solidity-compiler/src/app/compiler.ts @@ -27,7 +27,7 @@ const defaultCompilerParameters = { runs: '200', optimize: false, version: 'soljson-v0.8.7+commit.e28d00a7', - evmVersion: null, // default + evmVersion: null, // compiler default language: 'Solidity' }