Remove unused includes.
[novacoin.git] / src / timestamps.h
1 #ifndef BITCOIN_TIMESTAMPS_H
2 #define BITCOIN_TIMESTAMPS_H
3
4 static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC
5 static const unsigned int SMALLDATA_SWITCH_TIME = 1458432000; // Sunday, 20-Mar-16 00:00:00 UTC
6 static const unsigned int CHECKLOCKTIMEVERIFY_SWITCH_TIME = 1461110400; // Wednesday, 20-Apr-16 00:00:00 UTC
7 #endif