Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion program/src/entrypoint-runtime-verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ fn test_spltoken_domain_data(acc: &AccountInfo, mint: &AccountInfo, rent: &Accou
/// accounts[0] // First account
/// accounts[1] // Second account (may be same as first)
#[inline(never)]
pub fn test_process_maybe_same_account(accounts: &[AccountInfo; 2]) {
pub fn test_process_maybe_same_account(accounts: &[&AccountInfo; 2]) {
// Set up symbolic state for both accounts
cheatcode_account!(&accounts[0]);
cheatcode_account!(&accounts[1]);
Expand Down