Files
khadhroony-bot3/kb-lib/src/materializer/staking/constants.rs
2026-07-24 22:01:07 +02:00

8 lines
275 B
Rust

// file: kb-lib/src/materializer/staking/constants.rs
// version: 2
//! Local constants for the native stake and vote materializer.
/// Canonical tracing target for this component.
pub(crate) const TRACING_TARGET_MATERIALIZER_STAKING: &str = "kb-lib.materializer.staking";