Switch to auto-sapling activation via KOMODO_SAPLING_ACTIVATION timestamp

This commit is contained in:
jl777
2018-11-22 08:22:39 -11:00
parent bff0c90b85
commit 3eaf840dc1
2 changed files with 4 additions and 4 deletions

View File

@@ -88,8 +88,8 @@ int32_t VERUS_MIN_STAKEAGE = 150; // 1/2 this should also be a cap on the
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
int32_t ASSETCHAINS_SAPLING;
int32_t ASSETCHAINS_OVERWINTER;
int32_t ASSETCHAINS_SAPLING = -1;
int32_t ASSETCHAINS_OVERWINTER = -1;
uint64_t KOMODO_INTERESTSUM,KOMODO_WALLETBALANCE;
uint64_t ASSETCHAINS_COMMISSION,ASSETCHAINS_STAKED,ASSETCHAINS_SUPPLY = 10;