Update chainparams.cpp

testing POS last block
This commit is contained in:
2024-12-09 10:40:25 -08:00
committed by GitHub
parent 1fa535669d
commit c4f5a9ede1
+1 -1
View File
@@ -129,7 +129,7 @@ public:
nMaxMoneyOut = 999999999999 * COIN; nMaxMoneyOut = 999999999999 * COIN;
/** Height or Time Based Activations **/ /** Height or Time Based Activations **/
nLastPOWBlock = 100000000; nLastPOWBlock = 100;
nModifierUpdateBlock = 2; //The block at which PoS rules activate nModifierUpdateBlock = 2; //The block at which PoS rules activate
nZerocoinStartHeight = 0; nZerocoinStartHeight = 0;
nZerocoinStartTime = 1643790201; nZerocoinStartTime = 1643790201;