c66b0255d2b8285d94b98c8838973e3a83151045
[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; // Sat, 20 Jul 2013 00:00:00 GMT
5 static const unsigned int CHAINCHECKS_SWITCH_TIME = 1379635200; // Fri, 20 Sep 2013 00:00:00 GMT
6
7 #endif