Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
zachhildreth committed Jun 24, 2020
1 parent c8899c5 commit 0c01662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ full_addrs.insert(SEED_NODE_5);

// XCASH DPOPS
#define BLOCK_VERIFIERS_TOTAL_AMOUNT 100 // The total amount of block verifiers
#define BLOCK_VERIFIERS_AMOUNT 39 // The amount of block verifiers in a round
#define BLOCK_VERIFIERS_AMOUNT 26 // The amount of block verifiers in a round
#define BLOCK_VERIFIERS_VALID_AMOUNT 20 // The amount of block verifiers that need to vote true for the part of the round to be valid.
#define BLOCK_VERIFIERS_VALID_AMOUNT_NETWORK_DATA_NODE 20 // The amount of block verifiers that need to vote true with at least 3 of the network data nodes for the part of the round to be valid.
#define BLOCK_VERIFIERS_VALID_AMOUNT_PERCENTAGE 0.67 // The amount of block verifiers in a percentage that need to vote true for the part of the round to be valid.
Expand Down

0 comments on commit 0c01662

Please sign in to comment.