We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38e911 commit 62e5e50Copy full SHA for 62e5e50
evm_loader/program/src/entrypoint.rs
@@ -410,10 +410,7 @@ fn process_instruction<'a>(
410
_ => return Err!(ProgramError::InvalidAccountData),
411
};
412
413
- let backend = SolanaBackend::new(&account_storage, Some(trx_accounts));
414
- debug_print!(" backend initialized");
415
-
416
- let executor = Machine::restore(&storage, backend);
+ let executor = Machine::restore(&storage, &account_storage);
417
debug_print!("Executor restored");
418
419
let executor_state = executor.into_state();
0 commit comments