Skip to content

Commit

Permalink
Update main.h
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Apr 4, 2018
1 parent b6c3807 commit 66673a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const int fHaveUPnP = false;
static const uint256 hashGenesisBlockOfficial("0x00000fc63692467faeb20cdb3b53200dc601d75bdfa1001463304cc790d77278");
static const uint256 hashGenesisBlockTestNet("0x65b4e101cacf3e1e4f3a9237e3a74ffd1186e595d8b78fa8ea22c21ef5bf9347");

static const int64 nMaxClockDrift = 2 * 15 * 15;
static const int64 nMaxClockDrift = 2 * 60 * 60; // two hours - will mod into fork

extern CScript COINBASE_FLAGS;

Expand Down

0 comments on commit 66673a5

Please sign in to comment.