Sync Overwinter and Sapling defaults

This commit is contained in:
miketout
2018-10-15 08:34:21 -07:00
parent 73a4cd2011
commit ceaccb0c07
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ uint32_t ASSETCHAINS_VERUSHASH = 1;
uint32_t ASSETCHAINS_ALGO = 0;
int32_t ASSETCHAINS_LWMAPOS = 0;
int32_t VERUS_BLOCK_POSUNITS = 1000;
int32_t ASSETCHAINS_OVERWINTER = 227520 - 120;
int32_t ASSETCHAINS_OVERWINTER = 227520;
int32_t ASSETCHAINS_SAPLING = 227520;
boost::optional<libzcash::SaplingPaymentAddress> cheatCatcher;
std::string VERUS_CHEATCATCHER = "";