mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 01:01:04 +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
@@ -36,4 +36,4 @@ rustc-hex = "2.0.1"
|
||||
sp-io = { path = "../../primitives/sr-io" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../test/utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
txpool = { package = "sc-tracing-pool", path = "../transaction-pool" }
|
||||
txpool = { package = "sc-transaction-pool", path = "../transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user