mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 11:35:41 +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
@@ -45,7 +45,7 @@ txpool-runtime-api = { package = "sp-transaction-pool-runtime-api", path = "../.
|
||||
client_db = { package = "sc-client-db", path = "../db" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sc-executor = { path = "../executor" }
|
||||
txpool = { package = "sc-tracing-pool", path = "../transaction-pool" }
|
||||
txpool = { package = "sc-transaction-pool", path = "../transaction-pool" }
|
||||
txpool-api = { package = "sp-transaction-pool-api", path = "../../primitives/transaction-pool" }
|
||||
rpc-servers = { package = "sc-rpc-server", path = "../rpc-servers" }
|
||||
rpc = { package = "sc-rpc", path = "../rpc" }
|
||||
|
||||
Reference in New Issue
Block a user