Set the tolerated clock offset to 20 seconds for now.

This commit is contained in:
JoelKatz
2012-08-16 16:00:18 -07:00
parent b789154c08
commit 50777639fb

View File

@@ -572,8 +572,8 @@ void Peer::recvHello(newcoin::TMHello& packet)
(void) mVerifyTimer.cancel();
uint32 ourTime = theApp->getOPs().getNetworkTimeNC();
uint32 minTime = ourTime - 10;
uint32 maxTime = ourTime + 10;
uint32 minTime = ourTime - 20;
uint32 maxTime = ourTime + 20;
#ifdef DEBUG
if (packet.has_nettime())