Skip to content

Commit

Permalink
Adding telos feature and cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Sep 23, 2024
1 parent d6688d2 commit 1db2e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ ethereum = []
telos = [
"dep:reth-node-telos",
"dep:reth-telos-rpc",
"reth-node-telos/telos",
"reth-chainspec/telos",
"reth-basic-payload-builder/telos",
"reth-ethereum-payload-builder/telos",
Expand Down
4 changes: 1 addition & 3 deletions bin/reth/src/telos.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#![allow(missing_docs)]

use std::sync::Arc;
use clap::Parser;
use reth::cli::Cli;
use reth_node_telos::TelosArgs;
use reth_node_telos::TelosNode;
use reth_node_telos::{TelosArgs, TelosNode};
use reth_telos_rpc::TelosClient;

// We use jemalloc for performance reasons.
Expand Down

0 comments on commit 1db2e87

Please sign in to comment.