Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Aug 20, 2024
1 parent 42ac372 commit 2acb575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions bin/opt8n/src/cmd/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ pub struct ServerArgs {

impl ServerArgs {
pub async fn run(&self) -> color_eyre::Result<()> {
let opt8n = Opt8n::new(
Some(self.node_args.clone()),
self.opt8n_args.output.clone(),
self.opt8n_args.genesis.clone(),
)
.await?;
// let opt8n = Opt8n::new(
// Some(self.node_args.clone()),
// self.opt8n_args.output.clone(),
// self.opt8n_args.genesis.clone(),
// )
// .await?;

Ok(())
}
Expand Down
1 change: 0 additions & 1 deletion bin/opt8n/src/opt8n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use std::{
};

use color_eyre::eyre::{ensure, eyre, Result};
use futures::StreamExt;
use op_test_vectors::execution::{ExecutionFixture, ExecutionReceipt, ExecutionResult};
use revm::{
db::{AlloyDB, CacheDB},
Expand Down

0 comments on commit 2acb575

Please sign in to comment.