Fix leak in stream notifications (#5739)

This commit is contained in:
Benjamin Kampmann
2020-04-23 12:01:09 +02:00
committed by GitHub
parent ff9c88d21c
commit 624e95b1af
4 changed files with 67 additions and 17 deletions
+1
View File
@@ -41,6 +41,7 @@ sc-telemetry = { version = "2.0.0-dev", path = "../telemetry" }
sp-trie = { version = "2.0.0-dev", path = "../../primitives/trie" }
sp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" }
sp-transaction-pool = { version = "2.0.0-dev", path = "../../primitives/transaction-pool" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-dev", path = "../../utils/prometheus" }
[dev-dependencies]
sp-test-primitives = { version = "2.0.0-dev", path = "../../primitives/test-primitives" }