Skip to content

Commit f0fc939

Browse files
pa-longalexpitsikoulis
authored andcommitted
Update execution.rs
Signed-off-by: makerare <[email protected]>
1 parent 23bcacf commit f0fc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/src/programs/execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub fn verify_function_execution(
112112
let function = IdentifierNative::from_str(function_id).map_err(|e| e.to_string())?;
113113
let program_id = ProgramID::<CurrentNetwork>::from_str(&program.id()).unwrap();
114114
let mut process_native = ProcessNative::load_web().map_err(|e| e.to_string())?;
115-
let process = &mut process_native;
115+
let process = &mut process_native;
116116
let program_native = ProgramNative::from_str(program.to_string().as_str()).map_err(|e| e.to_string())?;
117117
ProgramManager::resolve_imports(process, &program_native, imports)?;
118118
if &program.id() != "credits.aleo" {

0 commit comments

Comments
 (0)