Skip to content

Commit

Permalink
More lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Nov 29, 2024
1 parent 270c6b7 commit e1622dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion program/src/cast_vote.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use jito_bytemuck::AccountDeserialize;
use jito_jsm_core::loader::load_signer;
use jito_restaking_core::{config::Config, ncn::Ncn, operator::Operator};
use jito_restaking_core::{ncn::Ncn, operator::Operator};
use jito_tip_router_core::{
ballot_box::{Ballot, BallotBox},
epoch_snapshot::{EpochSnapshot, OperatorSnapshot},
Expand Down
1 change: 0 additions & 1 deletion program/src/initialize_ballot_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use jito_jsm_core::{
create_account,
loader::{load_system_account, load_system_program},
};
use jito_restaking_core::config::Config;
use jito_tip_router_core::{ballot_box::BallotBox, ncn_config::NcnConfig};
use solana_program::{
account_info::AccountInfo, clock::Clock, entrypoint::ProgramResult,
Expand Down
1 change: 0 additions & 1 deletion program/src/set_merkle_root.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use jito_bytemuck::AccountDeserialize;
use jito_jsm_core::loader::{load_system_program, load_token_program};
use jito_restaking_core::ncn::Ncn;
use jito_tip_distribution_sdk::{
derive_tip_distribution_account_address,
Expand Down

0 comments on commit e1622dd

Please sign in to comment.