aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.h
diff options
context:
space:
mode:
authormruddy <mruddy@users.noreply.github.com>2016-03-29 14:40:00 +0000
committermruddy <mruddy@users.noreply.github.com>2016-03-29 14:40:00 +0000
commite1523cee5808bb792cd99f037f06b736af4e23fb (patch)
tree76b37d4fc920953cc55e611b8a6a7e0d3364ba5e /src/timedata.h
parentb35a59179359709df21eb026d35f4124ce90fbd1 (diff)
downloadbitcoin-e1523cee5808bb792cd99f037f06b736af4e23fb.tar.xz
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 2296baf11b..9f2499c85c 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;
/**