Stop calculating sigops in coinbase scriptsigs since 20 Nov 2015.
[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 CHAINCHECKS_SWITCH_TIME = 1379635200; // Friday, 20-Sep-2013 00:00:00 UTC
6 static const unsigned int COINBASE_SIGOPS_SWITCH_TIME = 1447977600; // Friday, 20-Nov-15 00:00:00 UTC
7
8 #endif