1
0
Fork 0
forked from lthn/blockchain

shortened hf4 period for testnet + network reset

This commit is contained in:
cryptozoidberg 2024-02-07 22:53:46 +04:00
parent 31101bc788
commit d08edc2ea3
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -10,7 +10,7 @@
#ifndef TESTNET
#define CURRENCY_FORMATION_VERSION 84
#else
#define CURRENCY_FORMATION_VERSION 93
#define CURRENCY_FORMATION_VERSION 94
#endif
#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare
@ -273,7 +273,7 @@
#define ZANO_HARDFORK_01_AFTER_HEIGHT 0
#define ZANO_HARDFORK_02_AFTER_HEIGHT 0
#define ZANO_HARDFORK_03_AFTER_HEIGHT 0
#define ZANO_HARDFORK_04_AFTER_HEIGHT 4440
#define ZANO_HARDFORK_04_AFTER_HEIGHT 2440
#endif