forked from lthn/blockchain
changed the way of restarting testnet
This commit is contained in:
parent
ef03c79ab5
commit
f31c5e2225
1 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue