Skip to content

Commit 7bd3091

Browse files
committed
cleanup
1 parent 65ed114 commit 7bd3091

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

sdk-libs/client/src/rpc/rpc_connection.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ use light_compressed_account::indexer_event::event::{
66
BatchPublicTransactionEvent, PublicTransactionEvent,
77
};
88
use solana_client::rpc_config::RpcSendTransactionConfig;
9-
use solana_program::{
10-
clock::Slot,
11-
instruction::{Instruction, InstructionError},
12-
};
9+
use solana_program::{clock::Slot, instruction::Instruction};
1310
use solana_sdk::{
1411
account::{Account, AccountSharedData},
1512
commitment_config::CommitmentConfig,

0 commit comments

Comments
 (0)