Fix sc-tracing-* -> sc-transaction- (#4263)

* fixing faulty tracing-rename

* missed one
This commit is contained in:
Benjamin Kampmann
2019-12-02 12:19:53 +01:00
committed by GitHub
parent 927e13c13a
commit 810ac845b5
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ block-builder = { package = "sc-block-builder", path = "../block-builder" }
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
[dev-dependencies]
txpool = { package = "sc-tracing-pool", path = "../../client/transaction-pool" }
txpool = { package = "sc-transaction-pool", path = "../../client/transaction-pool" }
test-client = { package = "substrate-test-runtime-client", path = "../../test/utils/runtime/client" }
parking_lot = "0.9"