8 lines
275 B
Rust
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";
|