Change name and off-by-one to make compatible with dry-run chain

This commit is contained in:
Michael Toutonghi
2018-05-20 11:42:41 -07:00
parent e38677b86b
commit 3c8a1c9d1f
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ uint32_t ASSETCHAINS_ALGO = _ASSETCHAINS_EQUIHASH;
int32_t ASSETCHAINS_LWMAPOS = 0; // percentage of blocks should be PoS
int32_t VERUS_BLOCK_POSUNITS = 1024; // one block is 1000 units
int32_t VERUS_MIN_STAKEAGE = 150; // 1/2 this should also be a cap on the POS averaging window, or startup could be too easy
int32_t VERUS_MAX_CONSECUTIVE_POS = 7;
int32_t VERUS_CONSECUTIVE_POS_THRESHOLD = 7;
int32_t VERUS_NOPOS_THRESHHOLD = 150; // if we have no POS blocks in this many blocks, set to default difficulty
uint64_t KOMODO_INTERESTSUM,KOMODO_WALLETBALANCE;