mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +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
@@ -22,4 +22,4 @@ txpool-api = { package = "sp-transaction-pool-api", path = "../../../../primitiv
|
||||
[dev-dependencies]
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../../../test/utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
txpool = { package = "sc-tracing-pool", path = "../../../../client/transaction-pool" }
|
||||
txpool = { package = "sc-transaction-pool", path = "../../../../client/transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user