diff options
| author | mruddy <[email protected]> | 2016-03-29 14:40:00 +0000 |
|---|---|---|
| committer | mruddy <[email protected]> | 2016-03-29 14:40:00 +0000 |
| commit | e1523cee5808bb792cd99f037f06b736af4e23fb (patch) | |
| tree | 76b37d4fc920953cc55e611b8a6a7e0d3364ba5e /src/timedata.h | |
| parent | Merge #7558: [RPC] Add import/removeprunedfunds rpc call (diff) | |
| download | discoin-e1523cee5808bb792cd99f037f06b736af4e23fb.tar.xz discoin-e1523cee5808bb792cd99f037f06b736af4e23fb.zip | |
P2P: add maxtimeadjustment command line option
Diffstat (limited to 'src/timedata.h')
| -rw-r--r-- | src/timedata.h | 2 |
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; /** |