cli: fix program deployment elf verification issue (#32448)

cli: fix progam deployment read_and_verify_elf
This commit is contained in:
ananas-block 2023-07-12 13:56:23 +01:00 committed by GitHub
parent 04fab2b48f
commit 724e0fe4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,