8 lines
274 B
Rust
8 lines
274 B
Rust
// file: crates/ksp-offchain-transport-lib/src/constants.rs
|
|
// version: 1
|
|
|
|
//! Off-chain Transport-owned tracing constants.
|
|
|
|
/// Owning tracing target for events emitted by the off-chain transport crate.
|
|
pub(crate) const TRACING_TARGET: &str = "ksp-offchain-transport-lib";
|