* `NetworkStatusSinks`
* `sc_service::SpawnTasksParams::network_status_sinks`

Also:
* `sc_service::build_network()` does not return `network_status_sinks`
This commit is contained in:
Roman Proskuryakov
2021-05-27 12:54:37 +00:00
committed by GitHub
parent fa89414bba
commit 8dfb8cd978
10 changed files with 96 additions and 132 deletions
+1 -1
View File
@@ -7535,6 +7535,7 @@ version = "0.9.0"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.13",
"futures-timer 3.0.2",
"log",
"parity-util-mem",
"sc-client-api",
@@ -7542,7 +7543,6 @@ dependencies = [
"sp-blockchain",
"sp-runtime",
"sp-transaction-pool",
"sp-utils",
"wasm-timer",
]