From 65cc314ab5ce67d7cac7ab5cde914ac281037ba6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 11 Oct 2023 18:47:33 +0200 Subject: [PATCH] chore: rm redundant config (#4987) --- bin/reth/src/node/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reth/src/node/mod.rs b/bin/reth/src/node/mod.rs index 9fe1e74f3b..b5101a2db3 100644 --- a/bin/reth/src/node/mod.rs +++ b/bin/reth/src/node/mod.rs @@ -282,7 +282,6 @@ impl NodeCommand { Factory::new(self.chain.clone()), Arc::clone(&self.chain), ); - let _tree_config = BlockchainTreeConfig::default(); let tree = BlockchainTree::new( tree_externals, BlockchainTreeConfig::default(),