Skip to content

Commit ec34b5a

Browse files
committed
fix syscall path
1 parent b0ec97b commit ec34b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sdk/cpi/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub fn get_return_data() -> Option<ReturnData> {
272272
let mut program_id = Pubkey::default();
273273

274274
let size = unsafe {
275-
solana_define_syscall::definitions::sol_get_return_data(
275+
pinocchio::syscalls::sol_get_return_data(
276276
data.as_mut_ptr() as *mut u8,
277277
data.len() as u64,
278278
&mut program_id,

0 commit comments

Comments
 (0)