Skip to content

Commit

Permalink
rm statement client
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Oct 18, 2024
1 parent 12cd853 commit cc29241
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ sc-telemetry.workspace = true
sc-network.workspace = true
sc-network-common.workspace = true
sc-network-sync.workspace = true
sc-network-statement.workspace = true
sc-consensus-slots.workspace = true
sc-transaction-pool.workspace = true
sc-transaction-pool-api.workspace = true
Expand Down
9 changes: 0 additions & 9 deletions node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,15 +422,6 @@ where

net_config.add_notification_protocol(grandpa_protocol_config);

let (statement_handler_proto, statement_config) =
sc_network_statement::StatementHandlerPrototype::new::<_, _, N>(
genesis_hash,
config.chain_spec.fork_id(),
metrics.clone(),
Arc::clone(&peer_store_handle),
);
net_config.add_notification_protocol(statement_config);

let warp_sync = Arc::new(sc_consensus_grandpa::warp_proof::NetworkProvider::new(
backend.clone(),
import_setup.1.shared_authority_set().clone(),
Expand Down

0 comments on commit cc29241

Please sign in to comment.