aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.h
diff options
context:
space:
mode:
authormruddy <[email protected]>2016-03-29 14:40:00 +0000
committermruddy <[email protected]>2016-03-29 14:40:00 +0000
commite1523cee5808bb792cd99f037f06b736af4e23fb (patch)
tree76b37d4fc920953cc55e611b8a6a7e0d3364ba5e /src/timedata.h
parentMerge #7558: [RPC] Add import/removeprunedfunds rpc call (diff)
downloaddiscoin-e1523cee5808bb792cd99f037f06b736af4e23fb.tar.xz
discoin-e1523cee5808bb792cd99f037f06b736af4e23fb.zip
P2P: add maxtimeadjustment command line option
Diffstat (limited to 'src/timedata.h')
-rw-r--r--src/timedata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timedata.h b/src/timedata.h
index 2296baf11..9f2499c85 100644
--- a/src/timedata.h
+++ b/src/timedata.h
@@ -10,6 +10,8 @@
#include <stdint.h>
#include <vector>
+static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 70 * 60;
+
class CNetAddr;
/**