Skip to content

Commit

Permalink
Fix ExecuteArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Aug 22, 2023
1 parent 02134b2 commit cb2940f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/e2e/src/contract_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ fn build_contract(path_to_cargo_toml: &Path) -> PathBuf {
output_type: OutputType::HumanReadable,
skip_wasm_validation: false,
target: Target::Wasm,
..ExecuteArgs::default()
};

match contract_build::execute(args) {
Expand Down

0 comments on commit cb2940f

Please sign in to comment.