Skip to content

Commit

Permalink
enable co
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Jan 9, 2025
1 parent 28d7444 commit dd6ab74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/src/config/consensus_observer_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ use serde::{Deserialize, Serialize};
use serde_yaml::Value;

// Useful constants for enabling consensus observer on different node types
const ENABLE_ON_VALIDATORS: bool = false;
const ENABLE_ON_VALIDATOR_FULLNODES: bool = false;
const ENABLE_ON_PUBLIC_FULLNODES: bool = false;
const ENABLE_ON_VALIDATORS: bool = true;
const ENABLE_ON_VALIDATOR_FULLNODES: bool = true;
const ENABLE_ON_PUBLIC_FULLNODES: bool = true;

#[derive(Clone, Copy, Debug, Deserialize, PartialEq, Serialize)]
#[serde(default, deny_unknown_fields)]
Expand Down

0 comments on commit dd6ab74

Please sign in to comment.