Skip to content

Commit

Permalink
cli: fix program deployment elf verification issue (#32448)
Browse files Browse the repository at this point in the history
cli: fix progam deployment read_and_verify_elf
(cherry picked from commit 724e0fe)
  • Loading branch information
ananas-block authored and mergify[bot] committed Jul 12, 2023
1 parent b96a194 commit 293b44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ fn read_and_verify_elf(program_location: &str) -> Result<Vec<u8>, Box<dyn std::e

// Verify the program
let program_runtime_environment = create_program_runtime_environment(
&FeatureSet::default(),
&FeatureSet::all_enabled(),
&ComputeBudget::default(),
true,
false,
Expand Down

0 comments on commit 293b44b

Please sign in to comment.