Unverified Commit c1e3fbf9 authored by yann300's avatar yann300 Committed by GitHub

standard

parent c712e019
...@@ -45,7 +45,7 @@ class CompileTab { ...@@ -45,7 +45,7 @@ class CompileTab {
this.queryParams.update({ evmVersion: this.evmVersion }) this.queryParams.update({ evmVersion: this.evmVersion })
this.compiler.setEvmVersion(this.evmVersion) this.compiler.setEvmVersion(this.evmVersion)
} }
/** /**
* Set the compiler to using Solidity or Yul (default to Solidity) * Set the compiler to using Solidity or Yul (default to Solidity)
* @params lang {'Solidity' | 'Yul'} ... * @params lang {'Solidity' | 'Yul'} ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment