From d164a16be7481ebeeda70bad0069a84bb11163c3 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 9 Mar 2023 14:41:12 +0100 Subject: [PATCH] chore: rm duplicate TxHashNumber entry (#1685) --- bin/reth/src/db/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reth/src/db/mod.rs b/bin/reth/src/db/mod.rs index fb17e8cc82..2147954be8 100644 --- a/bin/reth/src/db/mod.rs +++ b/bin/reth/src/db/mod.rs @@ -178,7 +178,6 @@ impl Command { BlockTransitionIndex, TxTransitionIndex, SyncStage, - TxHashNumber, Transactions ]); }