Skip to content

Commit 86cadb3

Browse files
authored
resolc: Request the bytecode in the output selection (#235)
* resolc: Request the bytecode in the output selection Signed-off-by: Cyrill Leutwiler <[email protected]> * fmt Signed-off-by: Cyrill Leutwiler <[email protected]> --------- Signed-off-by: Cyrill Leutwiler <[email protected]>
1 parent 9fd6a8d commit 86cadb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/compiler/src/revive_resolc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ impl SolidityCompiler for Resolc {
172172
.collect(),
173173
},
174174
remappings: BTreeSet::<String>::new(),
175-
output_selection: SolcStandardJsonInputSettingsSelection::new_required(),
175+
output_selection:
176+
SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
176177
via_ir: Some(true),
177178
optimizer: SolcStandardJsonInputSettingsOptimizer::new(
178179
optimization

0 commit comments

Comments
 (0)