This commit is contained in:
Sebastian Miasojed
2024-11-07 15:15:52 +01:00
parent 4f6debcbe3
commit d260472330
4 changed files with 39 additions and 24 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ impl SolcCompiler {
}
impl Compiler for SolcCompiler {
/// Compiles the Solidity `--standard-json` input into Yul IR.
fn standard_json(
/// Compiles the Solidity `--standard-json` input into Yul IR.
fn standard_json(
&mut self,
mut input: StandardJsonInput,
pipeline: Pipeline,