mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +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
@@ -24,7 +24,7 @@ primitives = { package = "sp-core", path = "../../primitives/core" }
|
||||
sc-executor = { path = "../../client/executor" }
|
||||
sc-service = { path = "../../client/service" }
|
||||
inherents = { package = "sp-inherents", path = "../../primitives/inherents" }
|
||||
txpool = { package = "sc-tracing-pool", path = "../../client/transaction-pool" }
|
||||
txpool = { package = "sc-transaction-pool", path = "../../client/transaction-pool" }
|
||||
txpool-api = { package = "sp-transaction-pool-api", path = "../../primitives/transaction-pool" }
|
||||
network = { package = "sc-network", path = "../../client/network" }
|
||||
aura = { package = "sc-consensus-aura", path = "../../client/consensus/aura" }
|
||||
|
||||
Reference in New Issue
Block a user