Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit bbec6db

Browse files
committed
fix ref
1 parent af2be97 commit bbec6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/program/src/program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ pub fn invoke_signed_unchecked(
311311
}
312312

313313
#[cfg(not(target_os = "solana"))]
314-
crate::program_stubs::sol_invoke_signed(&instruction, account_infos, signers_seeds)
314+
crate::program_stubs::sol_invoke_signed(instruction, account_infos, signers_seeds)
315315
}
316316

317317
/// Maximum size that can be set using [`set_return_data`].

0 commit comments

Comments
 (0)