Variable ValidatorConfig.enabled

Whether or not this node should try to act as a validator

struct ValidatorConfig
{
  // ...
  bool enabled ;
  // ...
}