mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(node-api): move FullNodeComponents from builder (#7597)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
builder::{components::FullNodeComponents, FullNode, NodeBuilder, NodeHandle},
|
||||
api::FullNodeComponents,
|
||||
builder::{FullNode, NodeBuilder, NodeHandle},
|
||||
providers::CanonStateSubscriptions,
|
||||
rpc::eth::EthTransactions,
|
||||
tasks::TaskManager,
|
||||
@@ -55,7 +56,7 @@ async fn assert_chain_advances<Node: FullNodeComponents>(mut node: FullNode<Node
|
||||
fn custom_chain() -> Arc<ChainSpec> {
|
||||
let custom_genesis = r#"
|
||||
{
|
||||
|
||||
|
||||
"nonce": "0x42",
|
||||
"timestamp": "0x0",
|
||||
"extraData": "0x5343",
|
||||
|
||||
Reference in New Issue
Block a user