Variable ConsensusConfig.quorum_threshold

Threshold to use in the autogenerated quorum. Between 1 and 100.

struct ConsensusConfig
{
  // ...
  uint quorum_threshold = 80u;
  // ...
}