mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: cargo fmt
This commit is contained in:
@ -20,11 +20,7 @@ use reth_network::{
|
||||
use reth_primitives::{hex_literal::hex, Bytes, Header, H256, U256};
|
||||
use reth_provider::{db_provider::ProviderImpl, BlockProvider, HeaderProvider};
|
||||
use reth_stages::stages::{bodies::BodyStage, headers::HeaderStage, senders::SendersStage};
|
||||
use std::{
|
||||
path::Path,
|
||||
str::FromStr,
|
||||
sync::Arc,
|
||||
};
|
||||
use std::{path::Path, str::FromStr, sync::Arc};
|
||||
use tracing::{debug, info};
|
||||
|
||||
/// Start the client
|
||||
|
||||
Reference in New Issue
Block a user