mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 19:21:03 +00:00
polkadot-node-subsystem package rename mish mash cleanup (#5502)
* unify to polkadot-node-subsystem{,-test-helpers}
* chore: fmt
This commit is contained in:
committed by
GitHub
parent
b67b7fa355
commit
d437a33e0b
@@ -67,7 +67,7 @@ pub use {
|
||||
};
|
||||
|
||||
#[cfg(feature = "full-node")]
|
||||
use polkadot_subsystem::jaeger;
|
||||
use polkadot_node_subsystem::jaeger;
|
||||
|
||||
use std::{sync::Arc, time::Duration};
|
||||
|
||||
@@ -223,7 +223,7 @@ pub enum Error {
|
||||
Telemetry(#[from] telemetry::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
Jaeger(#[from] polkadot_subsystem::jaeger::JaegerError),
|
||||
Jaeger(#[from] polkadot_node_subsystem::jaeger::JaegerError),
|
||||
|
||||
#[cfg(feature = "full-node")]
|
||||
#[error(transparent)]
|
||||
|
||||
Reference in New Issue
Block a user