Skip to content

Commit

Permalink
fork parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mammix2 committed Dec 7, 2018
1 parent ab82443 commit 5ce162f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ int64 devCoin;
bool devFeeEnable = false;
int devFeeStartHeight = 315001;
int devFeeStartHeight_testnet = 10;
long LEGACY_CUTOFF_TIME = 1544184000; // ((TESTING))
long LEGACY_CUTOFF_TIME_TESTNET = 1544184000; // ((TESTING))
long LEGACY_CUTOFF_TIME = 1545091200; //Tuesday, 18 December 2018 00:00:00 GMT+00:00
long LEGACY_CUTOFF_TIME_TESTNET = 1545091200; //Tuesday, 18 December 2018 00:00:00 GMT+00:00


/** Fees smaller than this (in satoshi) are considered zero fee (for transaction creation) */
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 70006;
static const int INIT_PROTO_VERSION = 209;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70004;
static const int MIN_PEER_PROTO_VERSION = 70004; // obsolete after v1.1.0.0 update in enforced

// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this
Expand Down

0 comments on commit 5ce162f

Please sign in to comment.