mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -8,12 +8,8 @@
|
||||
//! ```
|
||||
//!
|
||||
//! This launch the regular reth node and also print:
|
||||
//!
|
||||
//! > "All components initialized"
|
||||
//! once all components have been initialized and
|
||||
//!
|
||||
//! > "Node started"
|
||||
//! once the node has been started.
|
||||
//! > "All components initialized" – once all components have been initialized
|
||||
//! > "Node started" – once the node has been started.
|
||||
|
||||
use reth::cli::Cli;
|
||||
use reth_node_ethereum::EthereumNode;
|
||||
|
||||
Reference in New Issue
Block a user