mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-11 22:42:09 +00:00
Litecoin: Reduce amount that peers can adjust our time to eliminate an attack vector.
This commit is contained in:
parent
7c872d7c4e
commit
ec67a79b4f
@ -10,7 +10,7 @@
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
|
||||
static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 70 * 60;
|
||||
static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 35 * 60;
|
||||
|
||||
class CNetAddr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user