chore: cargo fix, fmt and misc fixes

This commit is contained in:
sprites0
2025-07-02 16:06:32 +00:00
parent 8c7e667891
commit f605c56bdf
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,5 @@
use clap::Parser;
use reth::builder::NodeHandle;
use reth_hl::tx_forwarder::{self, EthForwarderApiServer};
use reth_hl::{
chainspec::parser::HlChainSpecParser,
node::{
@ -8,6 +7,7 @@ use reth_hl::{
storage::tables::Tables,
HlNode,
},
tx_forwarder::{self, EthForwarderApiServer},
};
use tracing::info;