chore: remove duplicated functions (#12804)

This commit is contained in:
Matthias Seitz
2024-11-23 15:24:17 +01:00
committed by GitHub
parent e3ffb3f43b
commit 69e54da049
9 changed files with 20 additions and 98 deletions

View File

@ -11,6 +11,7 @@ reth-node-ethereum.workspace = true
alloy-rpc-types-beacon.workspace = true
alloy-primitives.workspace = true
alloy-consensus.workspace = true
clap.workspace = true
eyre.workspace = true

View File

@ -1,4 +1,5 @@
use crate::BeaconSidecarConfig;
use alloy_consensus::Transaction as _;
use alloy_primitives::B256;
use alloy_rpc_types_beacon::sidecar::{BeaconBlobBundle, SidecarIterator};
use eyre::Result;