Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Feb 9, 2023
1 parent af2be97 commit bbec6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub fn invoke_signed_unchecked(
}

#[cfg(not(target_os = "solana"))]
crate::program_stubs::sol_invoke_signed(&instruction, account_infos, signers_seeds)
crate::program_stubs::sol_invoke_signed(instruction, account_infos, signers_seeds)
}

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

0 comments on commit bbec6db

Please sign in to comment.