mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 19:37:56 +00:00
Fix sc-tracing-* -> sc-transaction- (#4263)
* fixing faulty tracing-rename * missed one
This commit is contained in:
committed by
GitHub
parent
927e13c13a
commit
810ac845b5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user