Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jul 17, 2024
1 parent 5f69796 commit 9704d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ pub mod storage;
mod utils;
mod webserver;
pub mod zk_snark;
extern crate keystore;

use cfg::{initialize_da_layer, load_config};
use clap::Parser;
use keystore::{KeyChain, KeyStore, KeyStoreType};
use keystore_rs::{KeyChain, KeyStore, KeyStoreType};

use crate::cfg::{CommandLineArgs, Commands};
use node_types::{lightclient::LightClient, sequencer::Sequencer, NodeType};
Expand Down

0 comments on commit 9704d9d

Please sign in to comment.