Skip to content

Commit

Permalink
Increased goverance minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
coolblock committed Jan 30, 2019
1 parent 6069456 commit 7873efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/governance-object.h
Expand Up @@ -24,8 +24,8 @@ class CGovernanceObject;
class CGovernanceVote;

static const int MAX_GOVERNANCE_OBJECT_DATA_SIZE = 16 * 1024;
static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70206;
static const int GOVERNANCE_FILTER_PROTO_VERSION = 70206;
static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70210;
static const int GOVERNANCE_FILTER_PROTO_VERSION = 70210;

static const double GOVERNANCE_FILTER_FP_RATE = 0.001;

Expand Down

0 comments on commit 7873efd

Please sign in to comment.