Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyoung committed Dec 9, 2024
1 parent c902121 commit 391319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5684,7 +5684,7 @@ fn test_mem_syscalls_overlap_account_begin_or_end() {
Some(&mint_pubkey),
);
let tx = Transaction::new(&[&mint_keypair], message.clone(), bank.last_blockhash());
let (result, _, _logs) = process_transaction_and_record_inner(&bank, tx);
let (result, _, _logs, _) = process_transaction_and_record_inner(&bank, tx);

assert!(result.is_ok());
}
Expand Down

0 comments on commit 391319f

Please sign in to comment.