We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fa00b commit 9675924Copy full SHA for 9675924
program/rust/src/lib.rs
@@ -8,8 +8,6 @@ use crate::log::{post_log, pre_log};
8
use solana_program::entrypoint::deserialize;
9
use borsh::{BorshDeserialize, BorshSerialize};
10
11
-use solana_program::pubkey::Pubkey;
12
-use solana_program::sysvar::slot_history::AccountInfo;
13
14
15
//Below is a high lever description of the rust/c setup.
0 commit comments