Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 27, 2024
1 parent 41d29a7 commit d74ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/syscalls/definitions.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#[deprecated(since = "2.1.0", note = "Use `solana_cpi::syscalls` instead")]
pub use solana_cpi::syscalls::{sol_get_return_data, sol_invoke_signed_rust, sol_set_return_data};
use solana_define_syscall::define_syscall;
#[cfg(target_feature = "static-syscalls")]
pub use solana_define_syscall::sys_hash;
#[deprecated(since = "2.1.0", note = "Use `solana_instruction::syscalls` instead")]
Expand All @@ -24,7 +25,6 @@ pub use solana_pubkey::syscalls::{
pub use solana_secp256k1_recover::sol_secp256k1_recover;
#[deprecated(since = "2.1.0", note = "Use solana_sha256_hasher::sol_sha256 instead")]
pub use solana_sha256_hasher::sol_sha256;
use solana_define_syscall::define_syscall;
define_syscall!(fn sol_log_64_(arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64));
define_syscall!(fn sol_log_compute_units_());
define_syscall!(fn sol_keccak256(vals: *const u8, val_len: u64, hash_result: *mut u8) -> u64);
Expand Down

0 comments on commit d74ee32

Please sign in to comment.