We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdc2f7 commit 6a9ababCopy full SHA for 6a9abab
1 file changed
aggregation_mode/proof_aggregator/src/lib.rs
@@ -1,8 +1,8 @@
1
pub mod aggregators;
2
pub mod backend;
3
4
-use std::env;
5
use backend::{config::Config, ProofAggregator};
+use std::env;
6
use tracing_subscriber::{EnvFilter, FmtSubscriber};
7
8
fn read_config_filepath_from_args() -> String {
0 commit comments