Ledger quorum configuration.

This commit is contained in:
JoelKatz
2012-05-01 02:27:08 -07:00
parent 43ac5f8023
commit 3df579bbae
2 changed files with 18 additions and 7 deletions

View File

@@ -34,8 +34,9 @@ public:
int LEDGER_SECONDS;
int LEDGER_PROPOSAL_DELAY_SECONDS;
int LEDGER_AVALANCHE_SECONDS;
int BELIEF_QUORUM;
float BELIEF_PERCENT;
int NETWORK_QUORUM; // Minimum number of nodes to consider the network present
int BELIEF_QUORUM; // Percent agreement needed to sync ledger w/o validations
// node networking parameters
std::string PEER_IP;