Skip to content

Commit

Permalink
Change clock drift back to old value
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Apr 6, 2018
1 parent 80c81ae commit 2b6faff
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 @@ -58,7 +58,7 @@ static const int fHaveUPnP = false;
static const uint256 hashGenesisBlockOfficial("0x00000fc63692467faeb20cdb3b53200dc601d75bdfa1001463304cc790d77278");
static const uint256 hashGenesisBlockTestNet("0x65b4e101cacf3e1e4f3a9237e3a74ffd1186e595d8b78fa8ea22c21ef5bf9347");

static const int64 nMaxClockDrift = 60 * 20; // 20 minutes
static const int64 nMaxClockDrift = 2 * 60 * 60; // 2 hours

extern CScript COINBASE_FLAGS;

Expand Down

0 comments on commit 2b6faff

Please sign in to comment.