Skip to content

Commit 62e5e50

Browse files
fix merge from develop
1 parent b38e911 commit 62e5e50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

evm_loader/program/src/entrypoint.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,7 @@ fn process_instruction<'a>(
410410
_ => return Err!(ProgramError::InvalidAccountData),
411411
};
412412

413-
let backend = SolanaBackend::new(&account_storage, Some(trx_accounts));
414-
debug_print!(" backend initialized");
415-
416-
let executor = Machine::restore(&storage, backend);
413+
let executor = Machine::restore(&storage, &account_storage);
417414
debug_print!("Executor restored");
418415

419416
let executor_state = executor.into_state();

0 commit comments

Comments
 (0)