Litecoin: Reduce amount that peers can adjust our time to eliminate an attack vector.

This commit is contained in:
coblee 2016-11-01 06:24:41 -07:00 committed by Adrian Gallagher
parent 7c872d7c4e
commit ec67a79b4f

View File

@ -10,7 +10,7 @@
#include <stdint.h> #include <stdint.h>
#include <vector> #include <vector>
static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 70 * 60; static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 35 * 60;
class CNetAddr; class CNetAddr;