Enable BIP112 at Friday, 25-Feb-2022 14:00:20 UTC
[novacoin.git] / src / timestamps.h
index 57382bd..176eb05 100644 (file)
@@ -3,4 +3,6 @@
 
 static const unsigned int TARGETS_SWITCH_TIME = 1374278400; // Saturday, 20-Jul-2013 00:00:00 UTC
 static const unsigned int CHECKLOCKTIMEVERIFY_SWITCH_TIME = 1461110400; // Wednesday, 20-Apr-16 00:00:00 UTC
+static const unsigned int CHECKSEQUENCEVERIFY_SWITCH_TIME = 1645797620; // Friday, 25-Feb-2022 14:00:20 UTC
+
 #endif