We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ed114 commit 7bd3091Copy full SHA for 7bd3091
1 file changed
sdk-libs/client/src/rpc/rpc_connection.rs
@@ -6,10 +6,7 @@ use light_compressed_account::indexer_event::event::{
6
BatchPublicTransactionEvent, PublicTransactionEvent,
7
};
8
use solana_client::rpc_config::RpcSendTransactionConfig;
9
-use solana_program::{
10
- clock::Slot,
11
- instruction::{Instruction, InstructionError},
12
-};
+use solana_program::{clock::Slot, instruction::Instruction};
13
use solana_sdk::{
14
account::{Account, AccountSharedData},
15
commitment_config::CommitmentConfig,
0 commit comments