Skip to content

Commit

Permalink
adjust time for old clients disconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Jun 28, 2018
1 parent 1b022f7 commit b71dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spork.h
Expand Up @@ -53,7 +53,7 @@ using namespace boost;
#define SPORK_12_RECONSIDER_BLOCKS_DEFAULT 0
#define SPORK_13_ENABLE_SUPERBLOCKS_DEFAULT 4070908800 //OFF
#define SPORK_14_NEW_PROTOCOL_ENFORCEMENT_DEFAULT 4070908800 //OFF
#define SPORK_15_NEW_PROTOCOL_ENFORCEMENT_2_DEFAULT 1530262800 // (GMT): Friday, June 29, 2018 9:00:00 AM disconnect older clients in preperation for difficulty algo adjustment
#define SPORK_15_NEW_PROTOCOL_ENFORCEMENT_2_DEFAULT 1530295200 // (GMT): Friday, June 29, 2018 6:00:00 PM disconnect older clients in preperation for difficulty algo adjustment
#define SPORK_16_MN_WINNER_MINIMUM_AGE_DEFAULT 1500 // Age in seconds. This should be > MASTERNODE_REMOVAL_SECONDS to avoid misconfigured new nodes in the list.
// Set this to zero to emulate classic behaviour
class CSporkMessage;
Expand Down

0 comments on commit b71dbe1

Please sign in to comment.