Fix compile, add hardfork definition for #385

This commit is contained in:
theoreticalbts 2016-02-16 12:08:36 -05:00
parent fac1284f77
commit f62e7311c2

View file

@ -0,0 +1,4 @@
// #385 October 23 enforce PARENT.CHILD and allow short names
#ifndef HARDFORK_385_TIME
#define HARDFORK_385_TIME (fc::time_point_sec( 1445558400 ))
#endif