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
|
||||
let program_runtime_environment = create_program_runtime_environment(
|
||||
&FeatureSet::default(),
|
||||
&FeatureSet::all_enabled(),
|
||||
&ComputeBudget::default(),
|
||||
true,
|
||||
false,
|
||||
|
|
Loading…
Reference in New Issue