cli: fix program deployment elf verification issue (#32448)
cli: fix progam deployment read_and_verify_elf
This commit is contained in:
parent
04fab2b48f
commit
724e0fe4ac
|
@ -2023,7 +2023,7 @@ fn read_and_verify_elf(program_location: &str) -> Result<Vec<u8>, Box<dyn std::e
|
||||||
|
|
||||||
// Verify the program
|
// Verify the program
|
||||||
let program_runtime_environment = create_program_runtime_environment(
|
let program_runtime_environment = create_program_runtime_environment(
|
||||||
&FeatureSet::default(),
|
&FeatureSet::all_enabled(),
|
||||||
&ComputeBudget::default(),
|
&ComputeBudget::default(),
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in New Issue