Files
khadhroony-solana-project/crates/ksp-job-backfill-lib/src/constants.rs
2026-09-01 13:00:21 +02:00

8 lines
245 B
Rust

// file: crates/ksp-job-backfill-lib/src/constants.rs
// version: 1
//! Backfill runtime-owned constants.
/// Owning tracing target for the concrete bounded RAW backfill runtime.
pub(crate) const TRACING_TARGET: &str = "ksp-job-backfill-lib";