1
0
Fork 0
forked from lthn/blockchain

changed the way of restarting testnet

This commit is contained in:
cryptozoidberg 2019-08-15 16:41:29 +02:00
parent ef03c79ab5
commit f31c5e2225
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -7,16 +7,13 @@
#pragma once
#define CURRENCY_FORMATION_VERSION 84
#define TESTNET_FORMATION_VERSION 2
#ifndef TESTNET
#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare
#define CURRENCY_FORMATION_VERSION 84
#else
#define CURRENCY_GENESIS_NONCE (TESTNET_FORMATION_VERSION + CURRENCY_FORMATION_VERSION + 101011010121)
#define CURRENCY_FORMATION_VERSION 86
#endif
#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121) //bender's nightmare