Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c3f654b

Browse files
committed
fixup statement-distribution
1 parent 36cbf66 commit c3f654b

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

Cargo.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/network/statement-distribution/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ edition = "2018"
88
[dependencies]
99
futures = "0.3.5"
1010
log = "0.4.8"
11-
futures-timer = "3.0.2"
12-
streamunordered = "0.5.1"
1311
polkadot-primitives = { path = "../../../primitives" }
1412
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
15-
parity-scale-codec = "1.3.4"
16-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
1713
sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
1814
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
1915
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
@@ -22,7 +18,6 @@ arrayvec = "0.5.1"
2218
indexmap = "1.4.0"
2319

2420
[dev-dependencies]
25-
parking_lot = "0.10.0"
2621
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
2722
assert_matches = "1.3.0"
2823
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }

node/network/statement-distribution/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! This is responsible for distributing signed statements about candidate
2020
//! validity amongst validators.
2121
22-
#![deny(unused_crate_dependencies, unused_results)]
22+
#![deny(unused_crate_dependencies)]
2323
#![warn(missing_docs)]
2424

2525
use polkadot_subsystem::{

0 commit comments

Comments
 (0)